Home » HTML » Html miscellaneous » Question
  1. Which tag is used to let control over the viewport?
    1. <em>
    2. <address>
    3. <meta>
    4. <acronym>
    5. 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.



Your comments will be displayed only after manual approval.