What is HTML?
In HTML, some codes require end tags and some do not require end tags.
In the previous example, the <P> tags indicate a paragraph break. This type of code is called an empty tag because no end tag is required.
The <P> tag does not need an end
tag (like <B> and </B>) because a paragraph break is a
single entity.