HTML ?? ????: ?? ??
<p></p>? ??? ?????.
?? ??: align: ?? ??, ?: ??(??), ???(???), ???(???)
?: <p>php.cn</p>
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <p align="left">HTML是一種規(guī)范</p> <p align="center">是一種標(biāo)準(zhǔn)</p> <p align="right">編寫(xiě)網(wǎng)頁(yè)的一種標(biāo)準(zhǔn)</p> </body> </html>
? ?? ??<br>
??? ??(?? ??): <hr>
??: ???? ??, in ?? ??? px???.
color: ???? ?????.
??: ???? ?????.
noshade: ???? ???? ?????(HTML?? noshade? ?? ?? ?????). ?: <hr noshade>
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> HTML是一種規(guī)范,是一種標(biāo)準(zhǔn),編寫(xiě)網(wǎng)頁(yè)的一種標(biāo)準(zhǔn)。 <hr size="2" color="red" width="80%" noshade> 超文本:就是網(wǎng)頁(yè)上不光有文本,還有圖片、音樂(lè)、視頻等。 <br><br><br><br> 標(biāo)注:是一種記號(hào),是一種標(biāo)志。如:紅綠燈 </body> </html>
<pre>?? ?? ??
??: ?? ?? ??(??, ? ??)? ?????. ?, ???? ?? ? ?????.