+ 3
Do all HTML tags come in a pair?
15 Réponses
+ 2
No,there are single html tags that do not need a closing tag.
+ 3
There are two types of tags:
1. Paired tags
2. Unpaired tags
+ 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>
+ 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>
+ 2
No
+ 1
No.
+ 1
<br> nope
<img> nope
<hr> nope
and a lot of other ones
0
what do you think?
0
The 2 people above are new and following each other. I see questions from both.
I think they are the same person.
0
What do you say about <img> or <hr> tags?
0
No. We're not the same person Xyenia😂
0
Ok lang.
0
Absolutely not my dear!!
0
No
0
Why no?