定位
1 <html> 2 <!--声明式:不能显示--> 3 <head> 4 <!--设置网页编码--> 5 <meta charset="utf-8"/> 6 <!--关键词:是否能被搜索引擎搜到--> 7 <meta name ="keywords" content="学习html"/> 8 <!--描述,当搜到本网页时,展示的简介内容...--> 9 <meta name="description" content="学习html非常地好啊,爽呆呆..."/> 10 <title> 我的标题 html</title> 11 </head> 12 <!--能够显示的内容--> 13 <body> 14 <img src="a.jpg" width=200 15 style="float:right"></img> 16 <div style="position:absolute;top:120px"> 17 <p style="margin:10px 50px 50px 10px"> 18 第一段 19 </p style="margin:10px 50px 50px 10px"> 20 <p > 21 第二段 22 </p> 23 <p style="position:relative;left:20px; 24 bottom:-20px"> 25 第三段 26 </p> 27 <p style="position:absolute;left:20px; 28 bottom:-20px"> 29 第四段 30 </p> 31 </div> 32 </body> 33 </html>
道阻且长,行则将至

浙公网安备 33010602011771号