HTML <!--...--> 标签
2017-08-05 HTML !--...-- 标签 实例 HTML 注释: !--这是一段注释。注释不会在浏览器中显示。-- p这是一段普通的段落。/p 亲自试一试 浏览器支持 IE Firefox Chrome Safari Opera 所有浏览器都支持注释标签。
HTML <ul> 标签的 type 属性
2017-08-05 HTML ul 标签的 type 属性 HTML ul 标签 实例 在无序列表中使用 type 属性: ul type=square liHTML/li liXHTML/li liCSS/li/ul 亲自试一试 定义和用法 type 属性规定列表的项目符号的类型。 浏览器支持 尽
HTML <ul> 标签的 compact 属性
2017-08-05 HTML ul 标签的 compact 属性 HTML ul 标签 实例 在无序列表中使用 compact 属性: ul compact=compact liHTML/li liXHTML/li liCSS/li/ul 亲自试一试 定义和用法 compact 属性规定列表呈现的效果比正常情况更小
HTML <tr> 标签的 valign 属性
2017-08-05 HTML tr 标签的 valign 属性 HTML tr 标签 实例 带有不同垂直对齐行的表格: table width=100% border=1 tr valign=middle thMonth/th thSavings/th /tr tr valign=bottom tdJanuary/td td$100/td /tr/table 亲自试一试 定义和用
HTML <tr> 标签的 charoff 属性
2017-08-05 HTML tr 标签的 charoff 属性 HTML tr 标签 实例 在下面的例子中,第二行和第三行的内容与 . 字符向右两个字符的位置对齐: table border=1 tr thMonth/th thSavings/th /tr tr align=char char=. charoff=2 tdJan
HTML <tr> 标签的 char 属性
2017-08-05 HTML tr 标签的 char 属性 HTML tr 标签 实例 在下面的例子中,第二行和第三行的内容与 . 字符对齐: table border=1 tr thMonth/th thSavings/th /tr tr align=char char=. tdJanuary/td td$100.00/td /tr tr align=char c
HTML <tr> 标签的 bgcolor 属性
2017-08-05 HTML tr 标签的 bgcolor 属性 HTML tr 标签 实例 第一行带有背景颜色的 HTML 表格: table width=100% border=1 tr bgcolor=#FF0000 thMonth/th thSavings/th /tr tr tdJanuary/td td$100/td /tr/table 亲自试一试 定义和用法
HTML <tr> 标签的 align 属性
2017-08-05 HTML tr 标签的 align 属性 HTML tr 标签 实例 带有居中对齐行的表格: table width=100% border=1 tr align=center thMonth/th thSavings/th /tr tr align=center tdJanuary/td td$100/td /tr/table 亲自试一试 定义和用法 al
HTML <thead> 标签的 valign 属性
2017-08-05 HTML thead 标签的 valign 属性 HTML thead 标签 实例 下面的 HTML 表格把 thead 元素中的内容垂直居中对齐: table border=1 width=100% thead valign=middle tr thMonth/th thSavings/th /tr /thead tr tdJanuary/td td$100/td
HTML <thead> 标签的 charoff 属性
2017-08-05 HTML thead 标签的 charoff 属性 HTML thead 标签 实例 下面的 HTML 表格把 thead 元素中的内容与字符 M 向右两个字符的位置对齐: table border=1 width=100% thead align=char char=M charoff="2" tr thMonth/th thSav