HTML/CSS制作网页

HTML/CSS代码练习

  1. 要求效果图


    polo360.jpg
  2. 用ps裁剪提取要用的图片


    3.png

html代码

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>polo360练习</title>
        <link rel="stylesheet" type="text/css" href="css/reset.css">
        <link rel="stylesheet" type="text/css" href="css/page-index.css">
    </head>
    <body>
        <div class="header w">
            <ul class="nav">
                <li>
                    <a href="#">HOME</a>
                    <p>Back to home</p>
                </li>
                <li>
                    <a href="#">PRODUCTS</a>
                    <p>What we have for you</p>
                </li>
                <li>
                    <a href="#">SERVICES</a>
                    <p>Things we do</p>
                </li>
                <li>
                    <a href="#">BLOG</a>
                    <p>Follow our updates</p>
                </li>
                <li>
                    <a href="#">CONTACT</a>
                    <p>Ways to reach us</p>
                </li>
            </ul>
            <div class="logo">
                <a href="#" title="一个好看的logo">
                    <img src="img/1.png" alt="网站的logo">
                </a>
            </div>
        </div>
        <div class="banner w">
            <img src="img/3.png" alt="banner">
            <div class="pointerDiv">
                <a href="#"></a>
                <a class="active" href="#"></a>
                <a href="#"></a>
                <a href="#"></a>
                <a href="#"></a>
            </div>
        </div>
        <div class="w content clearfix">
            <h1>Lorem ipsum dolor sit amet, consectetur adipisicing elit</h1>
            <div class="pl">
                <h2>Perfect Logic</h2>
                <p class="p1">All you want your website to do.</p>
                <div class="imgDiv">
                    <img src="img/9.gif" alt="背景图">
                </div>
                <p class="p2">
                    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
                </p>
                <a class="lm" href="#">Learn More</a>
            </div>
            <div class="cs">
                <h2>Complete Solution</h2>
                <p class="p1">A tool anything and everything you can think</p>
                <div class="imgDiv">
                    <img src="img/10.jpg" alt="背景图">
                </div>
                <p class="p2">
                    Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciun tdolore magnam aliquam quaerat voluptatem.
                </p>
                <a class="lm" href="#">Learn More</a>
            </div>
            <div class="uc">
                <h2>Uber Culture</h2>
                <p class="p1">Fresh. Modern and ready for future</p>
                <div class="imgDiv">
                    <img src="img/11.jpg" alt="背景图">
                </div>
                <p class="p2">
                    Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.
                </p>
                <a class="lm" href="#">Learn More</a>
            </div>
        </div>
        <div class="contact w clearfix">
            <div class="sc">
                <h2>Social Connection</h2>
                <p class="p1">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p>
                <div class="icon">
                    <a href="#"><img src="img/16.jpg" alt="rss"></a>
                    <a href="#"><img src="img/17.jpg" alt="rss"></a>
                    <a href="#"><img src="img/18.jpg" alt="rss"></a>
                    <a href="#"><img src="img/19.jpg" alt="rss"></a>
                    <a href="#"><img src="img/20.jpg" alt="rss"></a>
                    <h2 class="nl">Newsletter</h2>
                    <p class="p1">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p>
                    <form action="#">
                        <input class="txt" type="text" placeholder="your email address">
                        
                        <button class="btn">Subscribe</button>
                    </form>
                </div>
            </div>
            <div class="co">
                <h2>Contact</h2>
                <form action="#">
                    <input class="txt" type="text" placeholder="your name">
                    <input class="txt" type="text" placeholder="your email address">
                    <textarea class="tarea" placeholder="message"></textarea>
                    <button class="btn">Send it</button>
                </form>
            </div>
            <div class="nu">
                <h2>News Updates</h2>
                <p>
                    <img src="img/21.jpg">
                    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
                </p>
                <p>
                    <img src="img/22.jpg">
                    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
                </p>
                <p class="no-margin">
                    <img src="img/23.jpg">
                    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.
                </p>
                <button class="btn">Visit our Blog</button>
            </div>
        </div>
        <div class="footer">
            <div class="w">
                <p class="copy">Copyright 2010. Studio VIVROCKS. All Rights Reserved.</p>
                <p>Site Powered by Wordpress. Design and Developed by VIVROCKS.</p>
                <p><a href="#">Home</a> | <a href="#">About</a> | <a href="#">Products</a> | <a href="#">Services</a> | <a href="#">Contact</a></p>
                <p><a href="#">Privacy Policy</a> | <a href="#">Terms of use</a></p>
            </div>
        </div>
    </body>
</html>

reset css代码

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

网页css代码

body{
    background: url(../img/polo360.png.png) repeat-x;
}
.clearfix:after,.clearfix:before{
    content: "";
    display: table;
    clear: both;
}
.w{
    width: 940px;
    margin: 0 auto;
}
.header{
    padding-top: 37px;
    padding-bottom: 46px;
}
.logo{
    margin-left: 15px;
}
.nav{
    float: right;
    margin-top: 22px;
}
.nav li{
    float: left;
    padding: 0 10px 8px;
    border-left:1px #d6d6d6 dotted ;    
}
.nav a{
    font: bold 14px Georgia ;
    text-decoration: none;
    color: #666;
}
.nav a:hover{
    color: #c3bfbf;
    text-decoration: underline;
}
.nav p{
    font: 11px Tahoma regular;
    color: #b7b7b7;
}
.banner{
    height: 356px;
    background: url(../img/4.png) no-repeat bottom center;
    position: relative;
}
.pointerDiv{
    position: absolute;
    left: 15px;
    top: 314px;
}
.pointerDiv a{
    float: left;
    width: 17px;
    height: 17px;
    background: url(../img/5.png) no-repeat;
    margin-left: 4px;
}
.pointerDiv .active,
.pointerDiv a:hover{
    background: url(../img/6.png) no-repeat;
}
.content{
    
}
.content h1{
    text-align: center;
    font: 24px Georgia bold;
    color: black;
    padding: 6px 0 20px 0;
    background: url(../img/7.png) no-repeat bottom;
    margin-bottom:38px ;
}
.content .pl , .content .cs , .content .uc,
.contact .sc,.contact .co,.contact .nu{
    float: left;
    width: 300px;
}
.content .cs,.contact .co{
    margin: 0px 20px;
}
.content h2{
    font: 21px georgia regular;
    color:  #11719e;
}
.content .p1{
    font: Myriad Pro regular 12px;
    color:#8c8c8c;
}
.content .imgDiv{
    width: 299px;
    height: 190px;
    background: url(../img/8.png) no-repeat;
    margin: 16px 0 10px;
    /*设置图片位置居中*/
    text-align: center;
    padding-top: 12px;
}
.content .p2{
    height: 92px;
    color: #3e3e3e;
    font: 13px helvetica;
}
.content .lm{
    display: block;
    width: 163px;
    height: 40px;
    background: url(../img/12.png) no-repeat;
    text-decoration: none;
    color: #016999;
    font: 12px/40px helvetica;
    text-indent: 1em;
    margin-bottom: 35px;
}
.contact{
    background: url(../img/4.png) no-repeat top center;
}
.contact .sc,.contact .co,.contact .nu{
    height: 382px;
}
.contact .txt{
    width: 276px;
    height: 33px;
    background: url(../img/13.gif) no-repeat;
    border: none;
    padding: 0px 10px;
    margin: 3px 0 16px;
}
.contact .tarea{
    width: 276px;
    height: 114px;
    background: url(../img/14.png) no-repeat;
    border: none;
    resize: none;
    padding: 10px;
    margin: 0px;
}
.contact .btn{
    width: 163px;
    height: 32px;
    background: url(../img/15.png) no-repeat;
    border: none;
    padding: 0px;
    margin: 11px 0 23px;
    color: #fff;
    font: 13px georgia;
    text-align: left;
    text-indent: 1em;
    cursor: pointer;
}
.contact .btn:hover{
    color: yellow;
}
.contact h2{
    color: #444444;
    font: 18px/1 georgia ;
    border-bottom: 1px dashed #d3d3d3;
    padding: 44px 0 10px;
    margin-bottom: 15px;
}
.sc .p1{
    color: #444444;
    font: 12px/1 helvetica;
}
.sc .icon{
    font-size: 0px;
    margin-top: 10px;
}
.sc .icon a{
    margin-right: 2px;
}
.sc .nl{
    font: 18px/1 bold  "gill sans mt";
    padding: 28px 0 8px;
}
.sc .txt{
    margin: 18px 0 0px;
}
.nu p{
    color: #444;
    font:12px/1 helvetica ;
    height: 58px;
    border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 14px;
    padding-bottom: 12px;
}
.nu .no-margin{
    margin-bottom: 0px;
    padding-bottom:9.5px ;
}
.nu img{
    float:left;
    margin-right: 8px;
}
.footer{
    height: 173px;
    background: #333;
    border-top: solid 10px #4c4c4c;
}
.footer a,.footer p{
    font: 11px Myriad Pro;
    color: #999;
    text-decoration: none;
}
.footer .w{
    padding-top: 18px;
}
.footer p{
    margin-left: 8px;
    margin-right: 23px;
    margin-bottom: 6px;
}
.footer .copy{
    float: right;
}
.footer a:hover{
    text-decoration: underline;
    color: #cccaca;
}

结果展示:


1.png

2.png

当然光有源码是不行的,还要有剪切的图片


1.png
3.png
4.png
5.png
6.png
7.png
8.png
9.gif
10.jpg
11.jpg
12.png
13.gif
14.png
15.png
16.jpg
17.jpg
18.jpg
19.jpg
20.jpg
21.jpg
22.jpg
23.jpg
polo360.png.png

我已将该源码和图片上传至网盘中,网盘下载链接:
HTML/CSS制作网页练习

链接:https://pan.baidu.com/s/1zZyrVKhCNiFwzJ0umxW70A
提取码:ay2j

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 202,980评论 5 476
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,178评论 2 380
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 149,868评论 0 336
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,498评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,492评论 5 364
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,521评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,910评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,569评论 0 256
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,793评论 1 296
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,559评论 2 319
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,639评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,342评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,931评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,904评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,144评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,833评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,350评论 2 342

推荐阅读更多精彩内容

  • 第一部分 HTML&CSS整理答案 1. 什么是HTML5? 答:HTML5是最新的HTML标准。 注意:讲述HT...
    kismetajun阅读 27,400评论 1 45
  • 问答题47 /72 常见浏览器兼容性问题与解决方案? 参考答案 (1)浏览器兼容问题一:不同浏览器的标签默认的外补...
    _Yfling阅读 13,722评论 1 92
  • 一,HTML语言的一般语法: 1,围堵标记:<>… 1)带属性的标记: … 2)无属性的标记:加粗 居中 标题 2...
    清水易蓝阅读 1,257评论 0 2
  • 学习目标: 了解html的基本结构 掌握标题标签: 掌握段落标签: 掌握通用块标签: 掌握图片标签: 掌握超链接标...
    husky_1阅读 2,505评论 0 12
  • 本文知识点 mysql安装 mysql增删改查 (一)安装 安装很简单网上下载个xampp或者phpstudy即可...
    我拥抱着我的未来阅读 243评论 0 0