+ 2
What do <meta> and <span> tags do?? Do they have any special attributes with them?
2 Réponses
+ 5
• <meta> tag defines additional information about the webpage.
Attributes of <meta> are name="" and content="".
Examples,
- <meta name="viewport" content="width=device-width"> sets the page's width to the device's width.
- <meta name="keywords" content="sololearn ,Devansh Guptha"> Give the keywords to the page that uses search engines to find your webpage.
• <span> - https://www.codecademy.com/en/forum_questions/502ad0ea558dfe0002026d69
Hope this may help you...!☺☺