Q&A
Ask and answer questions to make information more available to wider audiences.
Angelina Lindsey @lindseyangelina   15, Jun 2023 12:00 AM
end tag
Do all HTML tags have an end tag?
answers 2
 
Answer 1
Aiden Barti @aidenbarti   21, Jun 2023 12:47 PM
For example, the <br> tag is used to break the line, and <image> tag is used to insert an image into a document. They are considered self-closing tags and do not require an end tag. 
 
Answer 2
Aiden Barti @aidenbarti   21, Jun 2023 12:47 PM
No, not all HTML tags have an end tag.