应用学到的内容,制作简易个人网页
<!DOCTYPE html>
<html>
<head>
<title>Jane.liu</title>
</head>
<body>
<img src="http://static.yyq.cn/static/star/9/b8/9b8d001df3b93ffc8250fc8cd58bdf44_180.jpg"></img>
<p style="font-size:25px; font-family:Arial">I'm 23 years old girl,both in Hunan.Loudi</p>
<ul>
<li style="color:red; font-family:Arial; font-size:20px">Interests</li>
<ol>
<li>Listening to <strong>Music</strong></li>
<li>Paly Volleyball</li>
<li>Enjoy Reading</li>
</ol>
<li style="color:red; font-family:Arial; font-size:20px">Jobs</li>
<ul>
<li>Software <strong>Testing</strong></li> <!--This is my first job until now-->
</ul>
<li style="color:red; font-family:Arial; font-size:20px">Favorite Quotes</li>
<ol>
<li>Where there is a way. there is a will</li>
<li>A man know his companion in a long journey and little inn</li>
</ol>
<li style="color:red; font-family:Arial; font-size:20px">Where I've Lived</li>
<ul><li>Now I'm lived in <em>Hunan.ChangSha</em></li></ul>
</ul>
</body>
</html>