簡單的幾種html text tag的格式
<em>Emphasized text</em><br><strong>Strong text</strong><br><dfn>Definition term</dfn><br><code>A piece of computer code</code><br><samp>Sample output from a computer program</samp><br><kbd>Keyboard input</kbd><br><var>Variable</var><br><q>test</q><br><address>address<address><br>
效果如下
Emphasized text
Strong text
Definition term
A piece of computer code
Sample output from a computer program
Keyboard input
Variable
test
address
可以維持輸入的格式<pre></pre>Text in a pre elementis displayed in a fixed-widthfont, and it preservesboth spaces andline breaks
Text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks
<abbr title=“ilake”> amy </abbr> ->滑鼠指標移過去時會顯示ilake
沒有留言:
張貼留言