Pergunta

How do I close HTML meta tags?

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top