0
What is use of meta tag in html?
3 ответов
+ 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 ☺
+ 3
<meta> tag is an html element (expected to stand in <head> part)... there's no such element/use in css ^^
0
@paola not getting it please explain in some other way if possible 😀
Thanks