http://www.w3school.com.cn/html/index.asp
http://www.runoob.com/html/html-tutorial.html
視頻教程http://www.51zxw.net/list.aspx?cid=540
一、文件標記
<html></html>
<head></head>
<title></title>標題
<body></body>文本 <body bgcolor="#000000"><body background="">
二、排版標記
<!--> 注釋
<p></p>段落
<br> 換行符
<hr> 水平線 align 水平對齊方式left centerright
<DIV>定位標記
三、文本(text)<b> <big> <em> <i> <small><strong> <sub> <sup> <ins> <del>
<h1> to <h6> 標題 1 至標題 6text-align:center
font-family字體 color顏色 font-size 尺寸
<pstyle="font-family:arial;color:red;font-size:20px;">Aparagraph.</p>
<MARQUEE></MARQUEE> 走馬燈
四、超鏈接 <a>
<a href="/index.html">文本</a>
Target 屬性 blank
五、框架結構 <frameset> rows/columns (Frame)框架標簽
<frameset cols="25%,75%"><framesrc="a.htm"><frame src="b.htm"></frameset>
六、表格<table> <caption>標題 <th> 表頭
<tr> 行
<td> 單元格 指表格數(shù)據(jù)(table data)
<table border="1"> 邊框線
七、列表
<ul> <li> 無序列表 粗體圓點(典型的小黑圓圈)
<ol> <li> 有序列表
<dl> <dt> 列表
八、表單
<form> 表單
<textarea>文本域(一個多行的輸入控件)(Text Fields)
<TEXTAREA> 文字框
<input> 輸入域 (type)輸入類型 textradio checkbox
<select> 選擇列表
<option> 選項
單選按鈕(Radio Buttons) 復選框(Checkboxes)
表單的動作屬性(Action)和確認按鈕
<label>控制標簽 <fieldset>域 <optgroup>選項組 <button>按鈕
九、圖像標簽<img>
<img src="url" />圖像 (Src)源屬性 src 指"source"。
CSS/層疊樣式表手冊http://www.htmlhelp.com/zh/reference/css/quick-tutorial.html
Html常用標簽元素http://www.divcss5.com/html/h323.shtml
HTML5中文學習網(wǎng)http://www.html5cn.com.cn/
顏色代碼表http://blog.163.com/fan_cun_fu/blog/static/4556092009111101922291/?