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:
With the meta tag
Hopefully that should answer your question.

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:
With the meta tag
Hopefully that should answer your question.