문제

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