Give me 5 to 20 examples of unpaired tags on html
Answers
Answered by
6
Answer:
Unpaired tags are opened and do not have to be closed. They stand alone. Examples include <b>;, and <img>.
Explanation:
please mark my Brainliest
Answered by
3
Explanation:
Unpaired Tags
Unpaired tags do not have a closing tag. These tags work individually and don't depend on a closing tag. These are also called non-container tags because they do not contain any content.
It is recommended to close the unpaired tags also. But unfortunately, we do not have the closing pair for those. So, an unpaired tag is closed after adding a slash(/) after the name of the tag. For example: <br/>
Look below the list of some Unpaired Tags in HTML. Notice the use of slash(/) in the tags, to close them.
Some Unpaired Tags are:
<br />
<hr />
<meta />
<input />
Similar questions