What is use of meta tag in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is use of meta tag in html?

25th Jul 2017, 4:43 AM
AKASH JOSHI
AKASH JOSHI - avatar
3 Answers
+ 9
You cannot manipulate or reference <meta> tags in your CSS, because they won't be displayed on the page, they only give information about the data in your HTML document or give you control over the viewport. This metadata is mostly used by web browsers so they know how to display content, search engines so they can get keywords or other web services ☺
25th Jul 2017, 6:42 AM
Pao
Pao - avatar
+ 3
<meta> tag is an html element (expected to stand in <head> part)... there's no such element/use in css ^^
25th Jul 2017, 6:39 AM
visph
visph - avatar
0
@paola not getting it please explain in some other way if possible 😀 Thanks
13th Aug 2017, 9:32 AM
AKASH JOSHI
AKASH JOSHI - avatar