AdSense

網頁

2019/7/8

HTML元素的分類

HTML元素可分為下面種類。

Void elements

<area>, <base>, <br>, <col>, <embed>, <hr>, <img>, <input>, <link>, <meta>, <param>, <source>, <track>, <wbr>

Void elements只有開始標籤,沒有結束標籤,所以不會有任何內容。


The template elements

<template>

可以放模版內容


Raw text elements

<script>, <style>

內容可以是純一般文字Text

Escapable raw text elements

<textarea>, <title>

內容可以是純一般文字Text與字元參照(Character reference)。

字元參照是指那些無法正常在HTML使用的文字,必須以&為開頭後接指定代號來顯示,例如大於符號>是用來標示HTML標籤的特殊字,在一般的HTML內容中要正常顯示則應該用&gt;


Foreign elements

Elements from the MathML namespace and the SVG namespace.


Normal elements

以上分類以外的HTML元素都是。


參考:

沒有留言:

AdSense