HTML ??? ??
HTML? ??, ????, ??? ?? ? ??? ??? ?? ??? ??? ? ????. ??? ?? ??? ?? ??? ?? ? ?? ???? ?? ? ????. , ???? ?? ? ????:
??? ?? ?? ??'??? ??' ??
??? ? ?? ?? ??
? ??? ?? ?? ? ????.
??? ?? ??? ??
??? ??? ?? ??
?? ?? ?? ?? ???? ??? ??? ?????.
1. ??? ?? ??? ??
??? ?? ???? ??? ???? ??? ??? ??? ????? ?????. ????? ???? ??, ???? ?? ???? ???? ??? ?????. ??? ?? ??? ???? ??? ?????.
1) < ;abbr> >
2) <acronym>? ? ??? ??? ??? ?????. 3) <code>? ??? ?? ??? ?? ??? ?? ? ?? ??? ???? ? ?????. 4) <dfn> ?? ??? ??? ??? ?????.5) <em> ??? ???? ????? ????? ????.6) <kbd>? ????? ??? ???? ????, ????? ??? ??? ???? ???? ?????. 7) <strong> ;em> ??? ??? ??? ?????. ??? <strong> ? ?? ? ????.8) <var> ??>??? ?? ???? ??? ???? ???? ???? ? ???? ??? ??? ??? ??? ???? ??? ??? ?? ?? ?? ?? ??? ?? ??? ????? ???? ???? ?? ?? ?? ????. ?? ??, <strong>? ??? ???? ??? ???? ?? ?????. ??? ?? ?? ????? ???? <strong>
2. ??? ??? ?? ????? ?? ???? ????? ??? ??? ????? ?? ????? ?? ? ?? ??? ??? ?????. ??? ???? ??? ?? ???? ??(??) ????? ???? ?? ??? ???? ???? ???? ? ?? ????. <????) ???(???), ??(??), ???(???) ??(??), ??(??), ? ??(? ??), ?? ??(?? ??)
??
? ?? <big>
????<i>
<s>??, ? ?? ????? ???? ???? ?? <del>? ??? ? ????.
<??>?? ??
<strike>??
<sub>? ??
<sup>?? ??
<tt>Monospace ?????.
?? ??? ???????. ? ??? ???? ??? ?? ??? ??? ?????. ?? ??? ????.
??? ?? ?? ??
?????????????????????????<b> ??
<big> ? ?? ??
<small> ?? ?? ?? <em> ??? ??? ?? < ;i> ???? ?? ?? <sub> ? ?? ?? < ;ins> ?? ??? ?????. <s> <strike> ?? ,del? ?????. ????
<code>
<kbd> ??? ??? ?????.
<samp> ??? ?? ??? ?????. <tt> ??? ??? ?????.
<var> ??? ?????.
<??>? ? ?? ???? ????. ?? <pre>? ?????.
<?? ???>? ? ?? ???? ????. ?? <pre>? ?????.
<xmp>? ? ?? ???? ????. ?? <pre>? ?????.
<q> ?? ???? ?????.
<cite> ??? ??? ?????.<dfn> ?? ??? ?????.
????:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)(php.cn)</title> </head> <body> <b>This text is bold</b> <br /> <strong>This text is strong</strong> <br /> <big>This text is big</big> <br /> <em>This text is emphasized</em> <br /> <i>This text is italic</i> <br /> <small>This text is small</small> <br /> This text contains <sub>subscript</sub> <br /> This text contains <sup>superscript</sup> </body> </html>
???? 2:
????