阅读背景:

005-网页应用开发WebApplicationDevelopment(二)_Lich Howger

来源:互联网 

 

 

 

 

 

我们来模仿一下Google的网页作为练习

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Google</title>
    <link rel="stylesheet" href="/go.html?url=style.css">
</head>
<body>
<div class="d01">
    <p class="p01">About</p>
    <p class="p01">Store</p>

    <img class="img01" src="head.jpg" alt="">
    <p class="p02">Images</p>
    <p class="p02">Gmail</p>
</div>

<div class="d02">
    <img class="img02" src="logo.png" alt="">
    <div class="d04">
        <img class="img03" src="search.jpg" alt="">
    </div>
</div>

<div class="d03"></div>
</body>
</html><!DO



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: