html标题
由
<h1>--
<h6>组成
html段落
由
<p>标签组成
style可以改变元素的样式
如:
<p style="font-family:arial;color:red;font-size:20px;">A paragraph.
</p>
html链接
由
<a>标签组成
如:
<a href="http://www.w3school.com.cn">This is a link
</a>
html图像
由
<img>组成
如:
<img src="w3school.jpg" width="104" height="142" alt="图片加载失败显示的内容"/>
转载请注明原文地址:https://tech.qufami.com/read-22967.html