android Text 删除线
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<i>?
定义斜体文字<imgsrc="...">
<p>??
?段落标签,里面可以加入文字,列表,表格等<small>?
定义小字体的文字<strike>?
?定义删除线样式的文字?不符合标准网页设计的理念,不赞成使用.?strike是strikethrough的缩写<strong>?
重点强调标签<sub>?
下标标签?sub是subscript的缩写<sup>?
上标标签?sup是superscript的缩写<tt>?
定义monospaced字体的文字?不赞成使用.?此标签对中文没意义?tt是teletypeor monospaced text style的意思<u>?
定义带有下划线的文字?u是underlinedtext style的意思?