After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:HTML Basics Tutorial: HTML Character Entities
$nbsp代表一個(gè)半角空格 一個(gè)漢字是2個(gè)字節(jié) < $lt > $gt $ & ¥ ¥ * $time
2016-11-220個(gè)贊
Courses in the relevant section:HTML basic tutorial HTML list
<ul> <li></li> <li></li> <li></li> </ul>
2016-11-220個(gè)贊
Courses in the relevant section:HTML basic tutorial image markup
<img 屬性="值"> width圖片寬度 Heghit 圖片高度 border:圖片邊框粗細(xì) SRC hspace vspace
2016-11-220個(gè)贊
Courses in the relevant section:HTML basic tutorial <meta> tag
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta http-equiv="Content-Type" content="2" url=http://www.baidu.com> <meta name="description" content=
2016-11-220個(gè)贊
Courses in the relevant section:HTML basic tutorial table tag
<table><caption></caption> <tr> <td></td> </tr> </table>
cellpadding cellspacing rules backgroud bordercolor rowspan colspan
2016-11-220個(gè)贊
Courses in the relevant section:HTML basic tutorial hyperlink
<a 屬性=值> href相對(duì)地址,絕對(duì)地址 target 目標(biāo)文件的顯示窗口 _self 在當(dāng)前窗口打開目標(biāo)文件(默認(rèn)打開),相當(dāng)于替換操作 _parent在父級(jí)窗口來打開目標(biāo)文件 -top在頂級(jí)窗口來打開文件 name定義錨點(diǎn)鏈接的名稱 ../代表上一層目錄 ../代表上兩層目錄
2016-11-230個(gè)贊
Courses in the relevant section:HTML Basics Tutorial Anchor Links
<a href = "文件名#錨點(diǎn)名稱"></a> <a href="#top2">返回頂部 <a href="news.html#bottom"></a>
2016-11-230個(gè)贊