Home > Back-end >  What is the use of Meta Tag in html
What is the use of Meta Tag in html

Time:01-31

Why do we use meta tag in html and what is the purpose of the given code.

 <meta name="viewport" content="width=device-width, initial-scale=1">

CodePudding user response:

According to enter image description here

With the meta tag

enter image description here

Hopefully that should answer your question.

  •  Tags:  
  • Related