
Viewport is the visible area of a webpage for a user . The Meta tag used to configure display for mobile devices is Viewport.
Hence, the correct answer is option “A”.

Explanation of Solution
Tag used to configure mobile devices:
- The webpages designed for computer resolution cannot be viewed the same way on a mobile device.
- Once the viewport tag is configured, the page can be zoomed and scaled to a width that is easy for a user to read.
- The “<meta>” tag is used to let web designers take control over the viewport.
In HTML 5, it can be used as:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Here,
- The “<meta>” gives instructions to the browser to control the page dimension and scaling.
- “width=device-width” is used to set the width of the page similar to the screen width of the mobile device.
- The “initial-scale=1.0” sets the zoom level when the browser loads the page.
Explanation for incorrect options:
Handheld:
Handheld value informs the server that the user has optimized the page and the optimized version can be viewed using a mobile device. It is not used to configure display for mobile devices.
Hence, option “B” is wrong.
Mobile:
There is no mobile tag present in HTML to configure display for mobile devices.
Hence, option “C” is wrong.
Screen:
There is no screen tag present in HTML to configure display for mobile devices.
Hence, option “D” is wrong.
Want to see more full solutions like this?
Chapter 8 Solutions
Basics of Web Design: Html5 & Css3
- what is a feature in the Windows Server Security Compliance Toolkit, thank you.arrow_forwardYou will write a program that allows the user to keep track of college locations and details about each location. To begin you will create a College python class that keeps track of the csollege's unique id number, name, address, phone number, maximum students, and average tuition cost. Once you have built the College class, you will write a program that stores College objects in a dictionary while using the College's unique id number as the key. The program should display a menu in this order that lets the user: 1) Add a new College 2) Look up a College 4) Delete an existing College 5) Change an existing College's name, address, phone number, maximum guests, and average tuition cost. 6) Exit the programarrow_forwardShow all the workarrow_forward
- Show all the workarrow_forward[5 marks] Give a recursive definition for the language anb2n where n = 1, 2, 3, ... over the alphabet Ó={a, b}. 2) [12 marks] Consider the following languages over the alphabet ={a ,b}, (i) The language of all words that begin and end an a (ii) The language where every a in a word is immediately followed by at least one b. (a) Express each as a Regular Expression (b) Draw an FA for each language (c) For Language (i), draw a TG using at most 3 states (d) For Language (ii), construct a CFG.arrow_forwardQuestion 1 Generate a random sample of standard lognormal data (rlnorm()) for sample size n = 100. Construct histogram estimates of density for this sample using Sturges’ Rule, Scott’s Normal Reference Rule, and the FD Rule. Question 2 Construct a frequency polygon density estimate for the sample in Question 1, using bin width determined by Sturges’ Rule.arrow_forward
- Generate a random sample of standard lognormal data (rlnorm()) for sample size n = 100. Construct histogram estimates of density for this sample using Sturges’ Rule, Scott’s Normal Reference Rule, and the FD Rule.arrow_forwardCan I get help with this case please, thank youarrow_forwardI need help to solve the following, thank youarrow_forward
- Programming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage LearningMicrosoft Windows 10 Comprehensive 2019Computer ScienceISBN:9780357392607Author:FREUNDPublisher:CengageCOMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE L
- A+ Guide To It Technical SupportComputer ScienceISBN:9780357108291Author:ANDREWS, Jean.Publisher:Cengage,Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,



