HTML标题(Heading)
<h1>This is a heading</h1>
<h2>This is a heading</h2>
HTML段落
<p>
标签
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
HTML链接
<a>
标签
在href属性中指定链接的地址
<a href="http://www.w3school.com.cn">This is a link</a>
HTML图像
图像的名称和尺寸是以属性的形式提供的
<img src="mine_soul.jpg" width="104" height="142" />