Does <meta> tag has a closing tag? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Does <meta> tag has a closing tag?

Does <meta> tag has a closing tag or it is a stand alone tag? If stand alone, then is it like <br /> tag or different?

14th Aug 2017, 3:58 PM
Rishabh Rishishwar
Rishabh Rishishwar - avatar
1 Antwort
+ 14
No, it has not close tag and close it like the <br> element is optional. However, there are people who think the best practice is to use the HTML5 syntax { <meta> } rather than XHTML { <meta /> }
14th Aug 2017, 4:34 PM
Maz
Maz - avatar