參考 |
HTML 標準驗證
英文的參考 HTML 標準驗證
|
---|
快取檔案清單,可在離線狀態下被使用
設定網頁使用者所用的主要語言。 最主要的規範是依照IETF(Internet Engineering Task Force 國際網路工程研究團隊)的RFC 4646 ( http://www.ietf.org/rfc/rfc4646.txt )的Tags for Identifying Languages所定義
標準HTML5文件內容 |
---|
<!DOCTYPE html> <html lang="zh-Hant-TW"> <head> <meta charset="utf-8"> <title>title</title> <link rel="stylesheet" href="style.css"> <script src="script.js"></script> </head> <body> <!-- page content --> </body> </html> |
<meta name="apple-mobile-web-app-capable" content="yes" />
允許開發者去關掉 typical pinching and zooming available <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />title |
識別標題
document.title |
||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
base |
支援網頁文件的基準網址 (document base URL)
一份網頁只能存在一個base元素
<base href="http://www.ddmg.com.tw/html5" target="_blank" /> 按我會導到http://www.ddmg.com.tw/html5/newpage.html 網頁中唯一不受base影響的是根元素html的manifest屬性
|
||||||||||||||||||||||||||||||||||||||||
style |
css樣式內容style屬性
|
||||||||||||||||||||||||||||||||||||||||
link |
外部資源 (有可能為外部css檔)
|
||||||||||||||||||||||||||||||||||||||||
script/noscript |
腳本語言
|
||||||||||||||||||||||||||||||||||||||||
meta |
以上元素外的網頁文件中介資料
< meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> < meta name="description" content="HTML 範例" /> < meta name="keywords" content="key|words" /> < meta name="author" content="林瑞生" /> < meta charset="utf-8" /> meta 的 property , 如下 , 這是RDFa技術規格導入。目前被廣泛應用在Facebook專頁的OGP技術中
< meta property="og:title" content="HTML 5 介紹" /> |
||||||||||||||||||||||||||||||||||||||||
屬性 |
<input type=radio /> <input type='radio' /> <input type="radio" /> <input type="radio" checked disabled /> <input type="radio" checked=checked disabled="" /> |
||||||||||||||||||||||||||||||||||||||||
列舉屬性 enumerated attribute |
<input type="text" dir="ltr" value="一二三四五六" /> |
||||||||||||||||||||||||||||||||||||||||
忽略標籤的設計 |
最好還是不要省略
|
||||||||||||||||||||||||||||||||||||||||
HTML5 新增的元素 |
|
||||||||||||||||||||||||||||||||||||||||
HTML5 全域屬性成員 global attributes |
|
||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||
特定元素的新增屬性 |
|
||||||||||||||||||||||||||||||||||||||||