![]() |
The viewport is the user's visible area of a web page. It varies with the device - it will be smaller on a mobile phone than on a computer screen. You should include the following <meta name="viewport" content="width=device-width, initial-scale=1.0"> This gives the browser instructions on how to control the page's dimensions and scaling. The The Here is an example of a web page without the viewport meta tag, and the same web page with the viewport meta tag: |
Example:
HTML
<meta name="viewport" content="width=device-width, initial-scale=1.0">
What is HTML - The Head Element | HTML - The Head Element |
How to create The HTML <head> Element | HTML - The Head Element |
How to create The HTML <title> Element in <Head> | HTML - The Head Element |
How to create The HTML <style> Element in <head> | HTML - The Head Element |
How to create The HTML <link> Element in <head> | HTML - The Head Element |
How to create The HTML <meta> Element in Head | HTML - The Head Element |
What is The HTML Viewport in Head | HTML - The Head Element |
How to use HTML Viewport in Head | HTML - The Head Element |
How to create The HTML <script> Element in head | HTML - The Head Element |
How to create The HTML <base> Element in head | HTML - The Head Element |
Example | HTML - The Head Element |
Read Full: | HTML - The Head Element |
Category: | Web Tutorial |
Sub Category: | HTML - The Head Element |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 55 |
Reffered: https://www.w3schools.com/html/html_head.asp