+ 1
Is "meta charset" tag has end tag?
I can't find the answer maybe somebody can tell me here hehehe(please),i see on the learning part it doesn't have end tag but when I use it on Playground it has end tag when i finished "<meta charset="UTF-8">" NB : By The Way Im just a beginner,and my english is bad, so Im sorry if there is something wrong on my description hehe(im INDONESIAN)
3 ответов
+ 4
Okta Gabriel Sinaga
No meta tags dont have end tags
Meta tags provide information about the webpage in the HTML of the document. ... They can use this information for ranking purposes, to display snippets in search results, and sometimes they can ignore meta tags.
+ 1
No meta is empty tag.it doesn't required to close.
In sololearn uf you do any mistake in name of tag /write any irrelevant word as tag it treat it as a close tag.
Make sure that you have spell it write. Else you can erase the end of </meta>
0
Thank you for answering my question all...