HTML5+CSS大作业——游戏明星介绍(5页)
文章目录
HTML5+CSS大作业——游戏明星介绍(5页)
一、作品展示
二、文件目录
三、代码实现
四、获取更多源码
五、学习资料
六、更多源码



二、文件目录>

三、代码实现>
<!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" >职业生涯</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>

