HTML Elements
The HTML tag is a single component of an HTML document. For example, the title tag represents the title of the document.
Most HTML tags are written with a start tag (or opening tag) with content between them and an end tag (or closing tag).
Some HTML Tags require opening and closing characters and tokens, some don't
The HTML tag is a single component of an HTML document. For example, the title tag represents the title of the document.
Most HTML tags are written with a start tag (or opening tag) with content between them and an end tag (or closing tag).
Some HTML Tags require opening and closing characters and tokens, some don't
<br> <!--Tag is an item used to pass the bottom line. There is no opening and closing.-->
<p> You need to close the end of the article you wrote in the paragraph before switching to another label </p>
The '/' character is used when closing the HTML tag. The tag that starts with <p> ends with </p>.
There are also html tags that do not need to be closed or closed.
<img src = "img / asd.jpg" alt = "">
<br> // Used to move to the bottom line
<hr> // Used for a horizontal line