Skip to content

Problem with webpage name when using this empty element #2838

Answered by meyshad
abhishekk2604 asked this question in Q&A
Discussion options

You must be logged in to vote

Add a viewport <meta> tag with the appropriate key-value pairs to the <head> of your page:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abhishekk2604
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants