Pregunta

How do I close HTML meta tags?

Is it like <meta description="" /> or <meta description="" >, or are both right?

¿Fue útil?

Solución

If you care about XHTML syntax, do it with <meta/>. If not, you are free to use <meta> or <meta/>

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top