HTML常用标签总结
1.网页结构主标签:<html> <head><title></title></head> <head>头标签 <title>网页标题标签 <body b__
1.: 网页结构主标签 <html> <head><title></title></head><head><title> 头标签网页标题标签 <bodyb__olor=””background=””></body> </html> <body>b__olorbackground__ 内容主标签背景颜色背景 2.__: 插入标签 <imgsrc=””width=””height=””alt=””align=”top,middle,bottom”> src__widthheightalt__ 来源宽度高度说明文字 aligntopmiddlebottom 对齐(顶部;中间;底部记住这些是垂直方向上的对齐) 3.: 文字标签 <fontcolor=””size=””fa__=””></font>colorsizefa__ 颜色大小字体 4.: 段落标签 <palign=”left,__nter,right”></p> alignleftright__nter 对齐(居左居右中心对齐记住这些是水平方向上的对齐) 5.: 链接标签和锚记标签 <ahref=””></a>href<aname=””></a>name 链接的目标位置标记名称 6.:<br> 分行标签 7.: 网页内容标题标签 <h1><h2><h3><h4><h5><h6> 8.: 水平线标签 <hrcolor=””size=””width=””align=”left,__nter,right”> 9.: 预定义标签 <pre></pre> 10.: 加粗、倾斜 <b><i> 11. 无序列表标签和有序列表标签 <oltype=”1,a,A,i,I”><ultype=”circle,square,disc”> <li></li><li></li> </ol></ul> circlesquaredisc 空心圆点空心方块实心圆点 12. 滚动标签 <__rqueedirection=”up,down,left,right”scrollAmount=”” beh__ior=”scoll,slide,alternate”scrolldelay=”” o__ouseOver=”this.stop()”o__ouseOut=”this.start()” ></__rquee> directionupdownleftright 滚动方向(向上向下向左向右) scrollAmount 滚动速度

