For novices, a detailed basic knowledge point is necessary. This article summarizes several basic knowledge points of HTML for everyone. Friends who need it can refer to it. I hope it can help everyone.
<h1> - <h6>
. <h1>This is a heading</h1> <h2>This is a heading</h2> <h3>This is a heading</h3>
<p>
tag. <p>This is a paragraph.</p> <p>This is another paragraph.</p>
<a>
tag. <a href="http://www.baidu.com">This is a link</a>
<img>
tag. <img src="w3school.jpg" width="104" height="142" />
Start tag | Element content | End tag |
---|---|---|
##<p>
| This is a paragraph
|
|
This is a link |
|
|
|
The above is the detailed content of Several HTML basic knowledge points. For more information, please follow other related articles on the PHP Chinese website!