标签:font url href put space images col tar char
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>BIG SALE in TB</title> <base href="https://ai.taobao.com/?pid=mm_12351394_2325537_70732358" target="_blank"> <style...></style...> </head> <body> <nav> <a class="logo" href="/"> <img src="https://ss2.bdstatic.com/8_V1bjqh_Q23odCf/pacific/1185915212.png" alt="Logo"></a> <a href="">我爱淘宝</a> <a href="">春夏款</a> <a href="">秋冬款</a> <a href="">男款</a> <a href="">女款</a> <a href="">童装</a> <input type="text"name="search"> <button type="submit">搜索</button> </nav> <p></p> <div> <p><span style="font-family: ‘Consolas‘, ‘Monaco‘, ‘Bitstream Vera Sans Mono‘, monospace;font-size: 40px;color: crimson">双11全部商品</span> <span style="font-family: ‘Consolas‘, ‘Monaco‘, ‘Bitstream Vera Sans Mono‘, monospace; font-size: 60px;color: crimson">50%OFF!!!</span></p> </div> <p></p> <p></p> <h1>LOOK AT HERE!!!</h1> <p>双11全部商品50%OFF!!</p> <p>双11全部商品50%OFF!!</p> <p>双11全部商品50%OFF!!</p> <p></p> </body> </html>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>BOB!!!</title> <style type="text/css"> p{ color: chocolate; } h1{ color: darkred; background-color: antiquewhite; } .textblue{ color: burlywood; } </style> </head> <body> <h1>NOTE!!</h1> <p>BIG SALE!!! 50%OFF!!!</p> <p>BIG SALE!!! 50%OFF!!!</p> <p>BIG SALE!!! 50%OFF!!!</p> </body> </html>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>BOB!!!</title> <style type="text/css"> p{ color: chocolate; } h1{ color: darkred; background-color: antiquewhite; } .textblue{ color: dimgrey; } </style> </head> <body> <h1>NOTE!!</h1> <p>BIG SALE!!! 50%OFF!!!</p> <p>BIG SALE!!! 50%OFF!!!</p> <p class="textblue">BIG SALE!!! 50%OFF!!!</p> </body> </html>
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="hw017.css"> <title>BOB!!!</title> </head> <body> <h1>NOTE!!</h1> <p>BIG SALE!!! 50%OFF!!!</p> <p id="brown">BIG SALE!!! 50%OFF!!!</p> <p class="textorange">BIG SALE!!! 50%OFF!!!</p> </body> </html>
h1{color: brown}
p{color: chocolate;}
.textorange{color: khaki;}
#brown{color: navajowhite;}
标签:font url href put space images col tar char
原文地址:http://www.cnblogs.com/laifai666/p/7683075.html