Do all HTML tags come in a pair? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Do all HTML tags come in a pair?

6th Dec 2019, 6:16 AM
Michaella Alaine A. Capacia
Michaella Alaine A. Capacia - avatar
15 Answers
+ 2
No,there are single html tags that do not need a closing tag.
6th Dec 2019, 6:31 AM
Trisha Mae Regalado
Trisha Mae Regalado - avatar
+ 3
There are two types of tags: 1. Paired tags 2. Unpaired tags
6th Dec 2019, 9:27 AM
Raju Ram Sau
Raju Ram Sau - avatar
+ 2
Unpaired Tags Unpaired tags do not have a closing tag. These are opened same as paired tags but do not have to be closed. Some tags are: <!DOCTYPE> <br> <hr> <meta> <input>
7th Dec 2019, 7:04 PM
ihab 🌼
ihab 🌼 - avatar
+ 2
Paired Tags Paired tags are those tags that comes in pair. They have an opening and a closing tag. Syntax: <tag> Content </tag> Some tags are: <html> </html> <table> </table> <form> </form> <span> </span> <p> </p>
7th Dec 2019, 7:04 PM
ihab 🌼
ihab 🌼 - avatar
+ 2
No
7th Dec 2019, 10:33 PM
Agam Prakash
Agam Prakash - avatar
+ 1
No.
6th Dec 2019, 9:26 AM
Michelle Gunay Huelba
Michelle Gunay Huelba - avatar
+ 1
<br> nope <img> nope <hr> nope and a lot of other ones
7th Dec 2019, 1:27 AM
Matthew Li
Matthew Li - avatar
0
what do you think?
6th Dec 2019, 7:13 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
The 2 people above are new and following each other. I see questions from both. I think they are the same person.
6th Dec 2019, 9:14 AM
Xyenia 🦉
Xyenia 🦉 - avatar
0
What do you say about <img> or <hr> tags?
6th Dec 2019, 9:22 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
No. We're not the same person Xyenia😂
7th Dec 2019, 2:02 AM
Michaella Alaine A. Capacia
Michaella Alaine A. Capacia - avatar
0
Ok lang.
7th Dec 2019, 10:06 AM
Xyenia 🦉
Xyenia 🦉 - avatar
0
Absolutely not my dear!!
7th Dec 2019, 5:36 PM
Suhail 🐈[INACTIVE]
Suhail 🐈[INACTIVE] - avatar
0
No
8th Dec 2019, 5:25 AM
Pushkar Chandra Kumar
Pushkar Chandra Kumar - avatar
0
Why no?
8th Dec 2019, 5:35 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar