HTML基础之标题、图像、链接、段落代码
HTML标题 <h1> - <h6> HTML图像 <img src="1.jpg" width="200px" height="200px"> HTML链接 <a></a> HTML段落 <p></p>