
Tag to configure display for mobile devices:
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 tells server that the user has optimized his or her page is optimized to be viewed on 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 7 Solutions
Web Development and Design Foundations with HTML5 (8th Edition)
- Describe three (3) Multiplexing techniques common for fiber optic linksarrow_forwardCould you help me to know features of the following concepts: - commercial CA - memory integrity - WMI filterarrow_forwardBriefly describe the issues involved in using ATM technology in Local Area Networksarrow_forward
- For this question you will perform two levels of quicksort on an array containing these numbers: 59 41 61 73 43 57 50 13 96 88 42 77 27 95 32 89 In the first blank, enter the array contents after the top level partition. In the second blank, enter the array contents after one more partition of the left-hand subarray resulting from the first partition. In the third blank, enter the array contents after one more partition of the right-hand subarray resulting from the first partition. Print the numbers with a single space between them. Use the algorithm we covered in class, in which the first element of the subarray is the partition value. Question 1 options: Blank # 1 Blank # 2 Blank # 3arrow_forward1. Transform the E-R diagram into a set of relations. Country_of Agent ID Agent H Holds Is_Reponsible_for Consignment Number $ Value May Contain Consignment Transports Container Destination Ф R Goes Off Container Number Size Vessel Voyage Registry Vessel ID Voyage_ID Tonnagearrow_forwardI want to solve 13.2 using matlab please helparrow_forward
- a) Show a possible trace of the OSPF algorithm for computing the routing table in Router 2 forthis network.b) Show the messages used by RIP to compute routing tables.arrow_forwardusing r language to answer question 4 Question 4: Obtain a 95% standard normal bootstrap confidence interval, a 95% basic bootstrap confidence interval, and a percentile confidence interval for the ρb12 in Question 3.arrow_forwardusing r language to answer question 4. Question 4: Obtain a 95% standard normal bootstrap confidence interval, a 95% basic bootstrap confidence interval, and a percentile confidence interval for the ρb12 in Question 3.arrow_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,



