跳至內容
Sars' History
使用者工具
登入
網站工具
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
最近更新
多媒體管理器
網站地圖
足跡:
•
software
webdesign:head_rush_html_6_7
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
====== Head Rush HTML 讀書筆記 ====== ===== Chapter Six ===== ==== Document type definition ==== 過渡期 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> * <img> 要有 alt 屬性 嚴格 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> * 開頭一定要有 DOCTYPE,<html> 必為根元素 * 只有 <head>、<body> 可以直接放在 <html> 中 * <head> 元素中只能有 <title>(一定要有)、<meta>、<style> * 行內元素與文字要放在區塊元素中 * 行內元素中不能有區塊元素 * <p> 中不能有區塊元素 * 只有 <li> 能放在 <ul> 和 <ol> 中 * <li> 中可以放行內、區塊元素 * 文字和行內元素要先放在區塊元素中,才可放入 <blockquote> ==== Validator ==== http://validator.w3.org ==== <meta> ==== 在 <head> 中加入: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 參考:http://www.w3.org/International/O-charset.en.php
webdesign/head_rush_html_6_7.1184914622.txt.gz
· 上一次變更: 2007/07/20 14:57 由
wenpei
頁面工具
顯示頁面
舊版
反向連結
回到頁頂