How do I close HTML meta tags?

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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top