Problem with webpage name when using this empty element #2838
Answered
by
meyshad
abhishekk2604
asked this question in
Q&A
-
I was learning Html document when this happened. The empty tag- |
Beta Was this translation helpful? Give feedback.
Answered by
meyshad
Aug 31, 2022
Replies: 1 comment
-
Add a viewport <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abhishekk2604
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a viewport
<meta>
tag with the appropriate key-value pairs to the<head>
of your page: