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