首頁  >  文章  >  web前端  >  html常用標籤及屬性

html常用標籤及屬性

尚
原創
2019-10-22 15:23:378475瀏覽

html常用標籤及屬性

HTML中的標籤及屬性

HTML頁面結構

標籤 描述
定義文件類型。
#定義 HTML 文件。
</td> <td style="border-color: rgb(221, 221, 221);" width="438">定義文件的標題。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><body></td> <td style="border-color: rgb(221, 221, 221);" width="438">定義文件的主體。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><h1> to <h6></td> <td style="border-color: rgb(221, 221, 221);" width="438">定義 HTML 標題。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><p></td> <td style="border-color: rgb(221, 221, 221);" width="438">#定義段落。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><br></td> <td style="border-color: rgb(221, 221, 221);" width="438">定義簡單的折行。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><hr></td> <td style="border-color: rgb(221, 221, 221);" width="438">#定義水平線。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><!--...--></td> <td style="border-color: rgb(221, 221, 221);" width="438">定義註解。 </td> </tr> </tbody> </table> <p><strong>表單</strong><br></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="254">#標籤</th> <th style="border-color: rgb(221, 221, 221);" width="556">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><form></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義供使用者輸入的HTML 表單。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><input></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義輸入控制項。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><textarea></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義多行的文字輸入控制項。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><button></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義按鈕。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><select></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義選擇清單(下拉清單)。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><optgroup></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義選擇清單中相關選項的組合。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><option></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義選擇清單中的選項。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><label></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義 input 元素的標註。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><fieldset></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義圍繞表單中元素的邊框。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><legend></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義 fieldset 元素的標題。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><datalist></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義下拉清單。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><keygen></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義產生金鑰。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><output></td> <td style="border-color: rgb(221, 221, 221);" width="556">定義輸出的一些型別。 </td> </tr> </tbody> </table> <p><strong>框架</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="225">標籤</th> <th style="border-color: rgb(221, 221, 221);" width="585">#描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"></td> <td style="border-color: rgb(221, 221, 221);" width="585"></td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"></td> <td style="border-color: rgb(221, 221, 221);" width="585"></td> </tr> <tr># #<frame><td style="border-color: rgb(221, 221, 221);" width="225"></td>定義框架集的視窗或框架。 <td style="border-color: rgb(221, 221, 221);" width="585"></td> </tr> <tr><frameset><td style="border-color: rgb(221, 221, 221);" width="225"></td>定義框架集。 <td style="border-color: rgb(221, 221, 221);" width="585"></td> </tr> </tbody><noframes></table> <p>定義針對不支援框架的使用者的替代內容。 <strong></strong></p> <table width="811"><iframe><thead><tr class="firstRow">定義內嵌框架。 <th style="border-color: rgb(221, 221, 221);" width="232"></th> <th style="border-color: rgb(221, 221, 221);" width="578"></th> </tr></thead>圖片<tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"></td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr>#描述<td style="border-color: rgb(221, 221, 221);" width="232"></td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"></td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"></td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr><img><td style="border-color: rgb(221, 221, 221);" width="232"></td>定義映像。 <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr><map><td style="border-color: rgb(221, 221, 221);" width="232"></td>#定義映像映射。 <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> </tbody><area></table> <p>定義圖片地圖內部的區域。 <strong></strong></p> <table width="811"><canvas><thead><tr class="firstRow">定義圖形。 <th style="border-color: rgb(221, 221, 221);" width="198"></th> <th style="border-color: rgb(221, 221, 221);" width="612"></th><figcaption></tr></thead>定義 figure 元素的標題。 <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"></td><figure><td style="border-color: rgb(221, 221, 221);" width="612"></td>定義媒介內容的分組,以及它們的標題。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"></td> <td style="border-color: rgb(221, 221, 221);" width="612"></td>連結</tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"></td> <td style="border-color: rgb(221, 221, 221);" width="612"></td>#標籤</tr> </tbody>描述</table>### #############<a>######定義錨。 ############<link>######定義文件與外部資源的關係。 ############<nav>#######定義導覽連結。 ############<p><strong>清單</strong><br></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="208">標籤</th> <th style="border-color: rgb(221, 221, 221);" width="602"></th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="208">#<ul></td> <td style="border-color: rgb(221, 221, 221);" width="602">定義無序列表。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><ol></td> <td style="border-color: rgb(221, 221, 221);" width="602">#定義有序列表。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><li></td> <td style="border-color: rgb(221, 221, 221);" width="602">#定義清單的項目。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dir></td> <td style="border-color: rgb(221, 221, 221);" width="602">不贊成使用。定義目錄列表。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dl></td> <td style="border-color: rgb(221, 221, 221);" width="602">#定義定義清單。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dt></td> <td style="border-color: rgb(221, 221, 221);" width="602">#定義定義清單中的項目。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dd></td> <td style="border-color: rgb(221, 221, 221);" width="602">定義定義清單中項目的描述。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><menu></td> <td style="border-color: rgb(221, 221, 221);" width="602">定義指令的選單/清單。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><menuitem></td> <td style="border-color: rgb(221, 221, 221);" width="602">定義使用者可以從彈出式選單呼叫的命令/選單項目。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><command></td> <td style="border-color: rgb(221, 221, 221);" width="602">定義指令按鈕。 </td> </tr> </tbody> </table> <p><strong>表格</strong></p> <table width="811"> <thead> <tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="239">#標籤</th> <th style="border-color: rgb(221, 221, 221);" width="571">描述</th> </tr> </thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="239">#<table></td> <td style="border-color: rgb(221, 221, 221);" width="571">定義表格</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239">#<caption></td>##定義表格標題。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><th><td style="border-color: rgb(221, 221, 221);" width="239"></td>定義表格中的表頭單元格。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><tr><td style="border-color: rgb(221, 221, 221);" width="239"></td>#定義表格中的行。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><td><td style="border-color: rgb(221, 221, 221);" width="239"></td>定義表格中的單元。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><thead><td style="border-color: rgb(221, 221, 221);" width="239"></td>定義表格中的表頭內容。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><tbody><td style="border-color: rgb(221, 221, 221);" width="239"></td>定義表格中的主體內容。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><tfoot><td style="border-color: rgb(221, 221, 221);" width="239"></td>定義表格中的表註內容(註腳)。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><col><td style="border-color: rgb(221, 221, 221);" width="239"></td>定義表格中一個或多個欄位的屬性值。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><colgroup><td style="border-color: rgb(221, 221, 221);" width="239"></td>定義表格中供格式化的列組。 <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> </tbody> <p><strong>樣式/節</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="239">標籤</th> <th style="border-color: rgb(221, 221, 221);" width="571">#描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571">##<style></td> </tr>定義文件的樣式資訊。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><div></td> </tr>定義文件中的節。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><span></td> </tr>定義文件中的節。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><header></td> </tr>定義 section 或 page 的頁首。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><footer></td> </tr>定義 section 或 page 的頁尾。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><section></td> </tr>定義 section。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><article></td> </tr>定義文章。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><aside></td> </tr>定義頁面內容以外的內容。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><details></td> </tr>定義元素的細節。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><dialog></td> </tr>定義對話方塊或視窗。 </tbody> </table> <p><strong><summary></strong></p>為 <details> 元素定義可見的標題。 <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="173"></th> <th style="border-color: rgb(221, 221, 221);" width="637">員資訊</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="173">#標籤</td>##描述<td style="border-color: rgb(221, 221, 221);" width="637"></td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="173"></td>#<head><td style="border-color: rgb(221, 221, 221);" width="637"></td>定義關於文件的資訊。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="173"></td><meta><td style="border-color: rgb(221, 221, 221);" width="637"></td>定義關於 HTML 文件的元資訊。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="173"></td><base><td style="border-color: rgb(221, 221, 221);" width="637"></td>定義頁面中所有連結的預設位址或預設目標。 </tr> </tbody> </table>###<basefont>######不贊成使用。定義頁面中文字的預設字體、顏色或尺寸。 ############<div><div id="cnblogs_post_body"> <strong>屬性</strong><table width="778" style="width: 811px;"> <thead><tr class="header firstRow"> <th style="border-color: rgb(221, 221, 221);" width="105">屬性名稱</th> <th style="border-color: rgb(221, 221, 221);" width="107">#英文</th> <th style="border-color: rgb(221, 221, 221);" width="218">英文意義</th> <th style="border-color: rgb(221, 221, 221);" width="193">取值</th> <th style="border-color: rgb(221, 221, 221);" width="169">應用場景</th> </tr></thead> <tbody> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">src</td> <td style="border-color: rgb(221, 221, 221);" width="107">#SouRCe</td> <td style="border-color: rgb(221, 221, 221);" width="218">資源位置</td> <td style="border-color: rgb(221, 221, 221);" width="193">資源的路徑</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">border</td> <td style="border-color: rgb(221, 221, 221);" width="107">#border</td> <td style="border-color: rgb(221, 221, 221);" width="218">邊框</td> <td style="border-color: rgb(221, 221, 221);" width="193">數字(像素)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">size</td> <td style="border-color: rgb(221, 221, 221);" width="107">size</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193">#數字(像素)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">width</td> <td style="border-color: rgb(221, 221, 221);" width="107">width</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193">#數字(像素)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">height</td> <td style="border-color: rgb(221, 221, 221);" width="107">height</td> <td style="border-color: rgb(221, 221, 221);" width="218">高度</td> <td style="border-color: rgb(221, 221, 221);" width="193">#數字(像素)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even">##bgcolor<td style="border-color: rgb(221, 221, 221);" width="105"></td>BackGround COLOR<td style="border-color: rgb(221, 221, 221);" width="107"></td>背景顏色<td style="border-color: rgb(221, 221, 221);" width="218"></td>顏色值:rea或#ffffff<td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd">background<td style="border-color: rgb(221, 221, 221);" width="105"></td>background<td style="border-color: rgb(221, 221, 221);" width="107"></td>背景圖片<td style="border-color: rgb(221, 221, 221);" width="218"></td>圖片路徑<td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even">list-style<td style="border-color: rgb(221, 221, 221);" width="105"></td>list-style<td style="border-color: rgb(221, 221, 221);" width="107"></td>設定清單的所有屬性<td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td>清單<td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"></td>##list-style-image</tr> <tr class="even">list-style-image<td style="border-color: rgb(221, 221, 221);" width="105"></td>將圖像設定為列表項目標記<td style="border-color: rgb(221, 221, 221);" width="107"></td>None##url<td style="border-color: rgb(221, 221, 221);" width="218"></td>列表<td style="border-color: rgb(221, 221, 221);" width="193"> <br><br>###list-style-type######list-style-type#######設定清單項目標記的型別######Disc(實心圓)###Cirle(空心圓)###Square(實心方塊)</td> <td style="border-color: rgb(221, 221, 221);" width="169">列表</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">line-height</td> <td style="border-color: rgb(221, 221, 221);" width="107">line-height</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td>##line-height<td style="border-color: rgb(221, 221, 221);" width="193"></td>line-height<td style="border-color: rgb(221, 221, 221);" width="169"></td>行高(行間距)</tr> <tr class="even">數字(像素)<td style="border-color: rgb(221, 221, 221);" width="105"></td>佈局多行文字<td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td>text-align<td style="border-color: rgb(221, 221, 221);" width="193"></td>text-align<td style="border-color: rgb(221, 221, 221);" width="169"></td>#對齊方式</tr> <tr class="odd">Left、right、center<td style="border-color: rgb(221, 221, 221);" width="105"></td>各種元素對齊<td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td>#letter-spacing<td style="border-color: rgb(221, 221, 221);" width="193"></td>letter-spacing<td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr>字元間距<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">數字(像素)<br> </td>加大字元間間隔<td style="border-color: rgb(221, 221, 221);" width="107"><br></td> <td style="border-color: rgb(221, 221, 221);" width="218">text-decoration</td> <td style="border-color: rgb(221, 221, 221);" width="193">text-decoration</td> <td style="border-color: rgb(221, 221, 221);" width="169">文字修飾<br> </td>Underline、none</tr> <tr class="even">加上底線、中劃線等<td style="border-color: rgb(221, 221, 221);" width="105"><br></td> <td style="border-color: rgb(221, 221, 221);" width="107">margin-top<br>(right、bottom 、left)</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td>外邊距<td style="border-color: rgb(221, 221, 221);" width="169"> <br>數字(像素)</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td>padding-top<td style="border-color: rgb(221, 221, 221);" width="218">(right、bottom、left)</td> <td style="border-color: rgb(221, 221, 221);" width="193"> <br><br> </td>#內邊距<td style="border-color: rgb(221, 221, 221);" width="169"> <br>數位(像素)</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td>display<td style="border-color: rgb(221, 221, 221);" width="218"></td>display<td style="border-color: rgb(221, 221, 221);" width="193"> <br>改變區塊級元素與行內元素的預設顯示方式<br><br>block(行變區塊) </td>inline(區塊變行)<td style="border-color: rgb(221, 221, 221);" width="169">none(此元素不顯示在網頁中)</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td>position<td style="border-color: rgb(221, 221, 221);" width="218"></td> position<td style="border-color: rgb(221, 221, 221);" width="193"></td>定位<td style="border-color: rgb(221, 221, 221);" width="169"> <br>static(靜態定位)</td>relative(相對定位)</tr>absolute(絕對定位)<tr class="even">fixed(固定定位)<td style="border-color: rgb(221, 221, 221);" width="105"></td>#用於定位<td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td>float<td style="border-color: rgb(221, 221, 221);" width="193"> <br>float<br><br> </td> <td style="border-color: rgb(221, 221, 221);" width="169">#None、left、right<br> </td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"> <br><br>############## ###########clear######clear######處理浮動塌陷######left(清除左邊浮動)###right(清除右邊浮動)# ##both(清除兩邊浮動)###none(不清除浮動)#####################type######type#### ##列表類型######Disc(實心圓)###Cirle(空心圓)###Square(實心方塊)</td> <td style="border-color: rgb(221, 221, 221);" width="169">用於列表</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">align</td> <td style="border-color: rgb(221, 221, 221);" width="107">align</td> <td style="border-color: rgb(221, 221, 221);" width="218">對齊</td> <td style="border-color: rgb(221, 221, 221);" width="193">Left、right 、center<br>top、middle、bottom</td> <td style="border-color: rgb(221, 221, 221);" width="169">段落內容水平對齊文字與圖片垂直對齊</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">type</td> <td style="border-color: rgb(221, 221, 221);" width="107">type</td> <td style="border-color: rgb(221, 221, 221);" width="218">表單元素類型</td> <td style="border-color: rgb(221, 221, 221);" width="193">text(文字)<br>checkbox(複選)<br>radio(單選)<br>password(密碼)<br>file(檔案)<br>submit(提交)<br>reset(重置)<br>button(按鈕)<br>image(圖片按鈕)<br>hidden(隱藏)<br> </td> <td style="border-color: rgb(221, 221, 221);" width="169">表單元素</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">method</td> <td style="border-color: rgb(221, 221, 221);" width="107">method</td> <td style="border-color: rgb(221, 221, 221);" width="218">表單資料的提交方式</td> <td style="border-color: rgb(221, 221, 221);" width="193">get<br>post</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">alt</td> <td style="border-color: rgb(221, 221, 221);" width="107">alter</td> <td style="border-color: rgb(221, 221, 221);" width="218">改變、替換(圖片不顯示時提示訊息)</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td>##圖片<td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> <tr class="even">cellpadding<td style="border-color: rgb(221, 221, 221);" width="105"></td>cell padding<td style="border-color: rgb(221, 221, 221);" width="107"></td>儲存格內邊距<td style="border-color: rgb(221, 221, 221);" width="218"></td>數字<td style="border-color: rgb(221, 221, 221);" width="193"></td>表格<td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105"> </td>#cellspacing<td style="border-color: rgb(221, 221, 221);" width="107"></td>cell spacing<td style="border-color: rgb(221, 221, 221);" width="218"></td>#已儲存格之間距離<td style="border-color: rgb(221, 221, 221);" width="193"></td>數字<td style="border-color: rgb(221, 221, 221);" width="169"></td>表格</tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> href<td style="border-color: rgb(221, 221, 221);" width="107"></td>Hypertext REFerence<td style="border-color: rgb(221, 221, 221);" width="218"></td>超文本引用(跳到檔案位置)<td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">##rel</td> <td style="border-color: rgb(221, 221, 221);" width="107">RELationship</td> <td style="border-color: rgb(221, 221, 221);" width="218">關係(用於定義連結的檔案與HTML文件之間的關係)</td> <td style="border-color: rgb(221, 221, 221);" width="193">StyleSheet樣式表</td> <td style="border-color: rgb(221, 221, 221);" width="169"># link連結一個檔案時</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">target</td> <td style="border-color: rgb(221, 221, 221);" width="107">target</td> <td style="border-color: rgb(221, 221, 221);" width="218">#目標(網頁開啟的位置)</td> <td style="border-color: rgb(221, 221, 221);" width="193">_blank(新視窗開啟) <br>_self(自身視窗開啟)<br>_top(以整個瀏覽器作業作為視窗顯示新頁面)<br>_parent(在父視窗中開啟新的頁面)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">colspan</td> <td style="border-color: rgb(221, 221, 221);" width="107">COLumn span</td> <td style="border-color: rgb(221, 221, 221);" width="218">#單元格跨列</td> <td style="border-color: rgb(221, 221, 221);" width="193">數字(跨的列數)</td> <td style="border-color: rgb(221, 221, 221);" width="169">表格</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">rowspan</td> <td style="border-color: rgb(221, 221, 221);" width="107">row span</td> <td style="border-color: rgb(221, 221, 221);" width="218">#單元格跨行</td> <td style="border-color: rgb(221, 221, 221);" width="193">數字(跨的行數)</td> <td style="border-color: rgb(221, 221, 221);" width="169">表格</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">readonly</td> <td style="border-color: rgb(221, 221, 221);" width="107">read only</td> <td style="border-color: rgb(221, 221, 221);" width="218">#只讀</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"> </td> <td style="border-color: rgb(221, 221, 221);" width="218"></td>#value<td style="border-color: rgb(221, 221, 221);" width="193"> <br>value</td> <td style="border-color: rgb(221, 221, 221);" width="169">輸入框的初始值<br> </td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218">#maxlength</td> <td style="border-color: rgb(221, 221, 221);" width="193">max length<br> </td>最大長度<td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td>##scrolldelay<td style="border-color: rgb(221, 221, 221);" width="218"></td>scroll delay<td style="border-color: rgb(221, 221, 221);" width="193"> <br>捲動延遲</td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> <tr class="odd">< m arquee><td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td>#direction<td style="border-color: rgb(221, 221, 221);" width="218"></td>direction<td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> </tbody> </table>##< m arquee<h2 id="选择器"> <br><br> </h2> </div></div>############################################### #########################</table><p>以上是html常用標籤及屬性的詳細內容。更多資訊請關注PHP中文網其他相關文章!</p></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>陳述:</span><div>本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn</div></div></div><div class="nphpSytBox"><span>上一篇:<a class="dBlack" title="HTML 的<title> 標籤" href="http://m.php.cn/zh-tw/faq/432813.html">HTML 的<title> 標籤</a></span><span>下一篇:<a class="dBlack" title="HTML 的<title> 標籤" href="http://m.php.cn/zh-tw/faq/432948.html">HTML 的<title> 標籤</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>相關文章</h2><em><a href="http://m.php.cn/zh-tw/article.html" class="bBlack"><i>看更多</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="http://m.php.cn/zh-tw/faq/432627.html" title="html與php有什麼差別" class="aBlack">html與php有什麼差別</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/zh-tw/faq/432629.html" title="html中php怎麼執行" class="aBlack">html中php怎麼執行</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/zh-tw/faq/432666.html" title="html與php一樣嗎?" class="aBlack">html與php一樣嗎?</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/zh-tw/faq/432765.html" title="html怎麼呼叫php" class="aBlack">html怎麼呼叫php</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><div class="nphpFoot"><div class="nphpFootBg"><ul class="nphpFootMenu"><li><a href="http://m.php.cn/zh-tw/"><b class="icon1"></b><p>首頁</p></a></li><li><a href="http://m.php.cn/zh-tw/course.html"><b class="icon2"></b><p>課程</p></a></li><li><a href="http://m.php.cn/zh-tw/wenda.html"><b class="icon4"></b><p>問答</p></a></li><li><a href="http://m.php.cn/zh-tw/login"><b class="icon5"></b><p>我的</p></a></li><div class="clear"></div></ul></div></div><div class="nphpYouBox" style="display: none;"><div class="nphpYouBg"><div class="nphpYouTitle"><span onclick="$('.nphpYouBox').hide()"></span><a href="http://m.php.cn/zh-tw/"></a><div class="clear"></div></div><ul class="nphpYouList"><li><a href="http://m.php.cn/zh-tw/"><b class="icon1"></b><span>首頁</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/zh-tw/course.html"><b class="icon2"></b><span>課程</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/zh-tw/article.html"><b class="icon3"></b><span>文章</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/zh-tw/wenda.html"><b class="icon4"></b><span>問答</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/zh-tw/dic.html"><b class="icon6"></b><span>詞典</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/zh-tw/course/type/99.html"><b class="icon7"></b><span>手册</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/zh-tw/xiazai/"><b class="icon8"></b><span>下載</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/zh-tw/faq/zt" title="專題"><b class="icon12"></b><span>專題</span><div class="clear"></div></a></li><div class="clear"></div></ul></div></div><div class="nphpDing" style="display: none;"><div class="nphpDinglogo"><a href="http://m.php.cn/zh-tw/"></a></div><div class="nphpNavIn1"><div class="swiper-container nphpNavSwiper1"><div class="swiper-wrapper"><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/" >首頁</a></div><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/article.html" class="hover">文章</a></div><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/wenda.html" >問答</a></div><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/course.html" >課程</a></div><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/faq/zt" >專題</a></div><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/xiazai" >下載</a></div><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/game" >遊戲</a></div><div class="swiper-slide"><a href="http://m.php.cn/zh-tw/dic.html" >詞典</a></div><div class="clear"></div></div></div><div class="langadivs" ><a href="javascript:;" class="bg4 bglanguage"></a><div class="langadiv" ><a onclick="javascript:setlang('zh-cn');" class="language course-right-orders chooselan " href="javascript:;"><span>简体中文</span><span>(ZH-CN)</span></a><a onclick="javascript:setlang('en');" class="language course-right-orders chooselan " href="javascript:;"><span>English</span><span>(EN)</span></a><a onclick="javascript:;" class="language course-right-orders chooselan chooselanguage" href="javascript:;"><span>繁体中文</span><span>(ZH-TW)</span></a><a onclick="javascript:setlang('ja');" class="language course-right-orders chooselan " href="javascript:;"><span>日本語</span><span>(JA)</span></a><a onclick="javascript:setlang('ko');" class="language course-right-orders chooselan " href="javascript:;"><span>한국어</span><span>(KO)</span></a><a onclick="javascript:setlang('ms');" class="language course-right-orders chooselan " href="javascript:;"><span>Melayu</span><span>(MS)</span></a><a onclick="javascript:setlang('fr');" class="language course-right-orders chooselan " href="javascript:;"><span>Français</span><span>(FR)</span></a><a onclick="javascript:setlang('de');" class="language course-right-orders chooselan " href="javascript:;"><span>Deutsch</span><span>(DE)</span></a></div></div><script> var swiper = new Swiper('.nphpNavSwiper1', { slidesPerView : 'auto', observer: true,//修改swiper自己或子元素时,自动初始化swiper observeParents: true,//修改swiper的父元素时,自动初始化swiper }); </script></div></div><!--顶部导航 end--><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>