|
文本格式 - 邏輯風格 (Character Formatting - Logical Styles)
<BODY>
<EM>強調、重點 (Emphasis)</EM>
<BR>
<BR>
<STRONG>更加強調 (Stronger Emphasis)</STRONG>
<BR>
<BR>
<CITE>引用、引證 (A Citation or a Reference)</CITE>
<BR>
<BR>
<DFN>定義 (The Definition of the enclosed term)</DFN>
<BR>
<BR>
<CODE>標出一段電腦程式碼 (A fragment of Computer Code)</CODE>
<BR>
<BR>
<SAMP>電腦程式輸出樣本 (Sample Output from programs, scripts, etc.)</SAMP>
<BR>
<BR>
<KBD>表示由用戶以鍵盤輸入的文字 (Text to be entered by the user/Keyboard)</KBD>
<BR>
<BR>
<VAR>電腦程式中的變量 (A Variable or Program Argument)</VAR>
<BR>
<BR>
表示縮寫 (當滑鼠移至該字時,會顯示指定的全寫) (An Abbreviated Form) 例如:
<ABBR title="television">TV</ABBR>
<BR>
<BR>
表示首字母縮略字 (當滑鼠移至該字時,會顯示指定的全寫) (An Acronym) 例如:
<ACRONYM title="World Wide Web">WWW</ACRONYM>
<BR>
<BR>
<STRIKE>刪去文字 (Strike Out Text) ( W3C 不建議使用 )</STRIKE>
</BODY>
|