HTML5+CSS大作業(yè)——游戲明星介紹(5頁)
文章目錄
?HTML5+CSS大作業(yè)——游戲明星介紹(5頁)
?一、作品展示
?二、文件目錄
?三、代碼實現(xiàn)
?四、獲取更多源碼
?五、學習資料
?六、更多源碼



二、文件目錄>

三、代碼實現(xiàn)>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link href="css/style.css" rel="external nofollow" ?rel="stylesheet" /><title>LOL簡自豪</title></head><body><div class="con"> ?<div class="head"> ? ?<div class="logo"> ? ? ?<h1>簡自豪</h1> ? ?</div> ? ?<div class="clear"> </div> ? ?<div class="nav"> ? ? ?<ul> ? ? ? ?<li><a href="index.html" rel="external nofollow" >首頁</a></li> ? ? ? ?<li><a href="page1.html" rel="external nofollow" >基本信息</a></li> ? ? ? ?<li><a href="page2.html" rel="external nofollow" >職業(yè)生涯</a></li> ? ? ? ?<li><a href="page3.html" rel="external nofollow" >獲獎記錄</a></li> ? ? ? ?<li><a href="page4.html" rel="external nofollow" >人物評價</a></li> ? ? ?</ul> ? ?</div> ? ?<div class="clear"></div> ?</div> ?<div class="clear"></div> ?<div class="lunbo"><a href="#" rel="external nofollow" ><img src="images/home.jpg" ?width="1024"/></a></div> ?<div class="clear"></div> ?<div class="main"> ? ?<p></p> ? ?<p></p> ? ?<p></p> ? ?<p></p> ? ?<p></p> ? ?<p></p> ? ?<p></p> ?</div> ?<div class="clear"></div> ?<div class="foot"> ? ?<p>LOL ? 簡自豪</p> ? ?<p> </p> ?</div> ?<div class="clear"></div></div></body></html>