首页index.html
首页页面效果:
首页代码:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>迪丽热巴</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="wrap_top">
<div class="top">
<div class="logo"><img src="images/67.jpg" width="120" height="80"/><div class="navMenu">
<ul class="menu 1">
<li><a href="迪丽热巴.html" >首 页</a></li>
<li><a href="photo.html">作品欣赏</a></li>
<li><a href="message.html">留言板</a></li>
<li><a href="login.html" align="right" >登录</a></li>
</ul>
</div>
</div>
</div><h1>个人简介</h1>
<div style="width:1024px;height:530px;background:url(images/102.jpg); no-repeat;margin:30px auto;
overflow:hidden;text-align:center">
<table width="900px" height="450px"style="background-image:url(images/bg.gif);margin-top:5px;"
align="center">
<tr><td height="30px" valign="middle" align="left">
<p style="font-size:30px;width:630px;">
迪丽热巴,毕业于上海戏剧学院。2013年她因主演
《阿娜尔罕》而出道,2年后因参演电视剧《克拉恋人》走红。她拥有天生异
域风情的面孔,独特的长相及气质让她成功在演艺圈获得关注,凭借
《漂亮的李慧珍》于中国电视金鹰奖中连夺最具人气女演员及观众喜爱的女演员两项殊荣,同时成为金鹰节史上首个于同一届拿下金杯、水晶杯及金鹰女神的艺人。</p>
</td><td></td></tr>
<tr><td></td><td></td></tr>
<tr><td></td><td width="270px" height="158px"style="background:url(images/78.jpg) no-repeat">
</td></tr>
</table>
</div>
<div id="footer">
<P>Copyright©迪丽热巴</p>
</div>
</div>
</body>
</html>