首页 > 代码库 > html概要

html概要

标签

h1-h6:<h1>标题</h1>

p:<p>段落</p>

div:<div>块</div>

a:<a href=http://www.mamicode.com/”www.baidu.com”>超链接

img:<img src=http://www.mamicode.com/”1.img”/>

元素

普通元素

空元素

<br />

<hr />

属性

最通用的属性有id、class、style、title

<a id=”text1” class=”text” style=”background-color:blue” title=”文章一”>超链接</a>

标题

<h1>标题</h1>

html概要