标签
h1-h6:<h1>标题</h1>
p:<p>段落</p>
div:<div>块</div>
a:<a href=”www.baidu.com”>超链接</a>
img:<img src=”1.img”/>
元素
普通元素
空元素
<br />
<hr />
属性
最通用的属性有id、class、style、title
<a id=”text1” class=”text” style=”background-color:blue” title=”文章一”>超链接</a>
标题
<h1>标题</h1>
时间: 2024-10-19 09:53:26