html部分标签总结+属性总结

文件标记标签:head、title、body
排版标记标签:p、br、hr、center、div
字体标记标签:stronger、b、i、u、H1、H2、H3、H4、H5、H6、font
清单标记标签:ol、li、ul、dl、dt、dd
表格标记标签:table、tr、td、th
表单标记标签:form、input、select、option、textarea
框架标记标签:iframe、frameset、frame
超链接标签:a
其它标签:emberd、img、link、meta、marquee



属性:

背景:background-color、background-image、background-repeat、background-position:center
文本:text-indent、text-align、word-spacing、letter-spacing、text-decoration、color、direction、line-height
字体:font-family、font-size、font-style、font-weight
列表:list-style、list-style-image、list-style-type
内边距:padding-top、padding-right 、padding-bottom、padding-left
外边距:margin-top、margin-right 、margin-bottom 、margin-left
边框:border、border-style、border-width、border-color
定位: position、top、right、bottom、left、overflow、z-index、float
尺寸:width、height、max-height、max-width、min-height、min-width


你可能感兴趣的:(html部分标签总结+属性总结)