-
Which tag is used to let control over the viewport?
-
- <em>
- <address>
- <meta>
- <acronym>
- None of these
Correct Option: C
HTML5 introduced a method to let web designers take control over the viewport by using <meta> tag. We should include <meta> viewport element in all the web pages. <meta> viewport element gives the browser instructions on how to control page’s dimensions and scaling.