Web Tech Chapter 8

Unlock all answers in this set

Unlock answers
question
Use the expression ___________________ in a media query to target devices with screens up to 480 pixels in width. Question options: (width: 480px) (max-width: 480px) (min-width: 480px;) (size: 480px;)
answer
max-width: 480px
question
Use the ______ value for the CSS display property to configure an element to not display. Question options: block none 0 hide
answer
none
question
A hyperlink with the _____ scheme may cause a web browser on a mobile device to initiate a phone call. Question options: phone: sms; tel; mobile:
answer
tel;
question
Which attribute below defines a fragment identifier in a page? Question options: id identifier fragment bookmark
answer
id
question
The ________ HTML5 element indicates tangential or supplemental content. Question options: header nav aside section
answer
aside
question
How would you configure a hyperlink from the index.html file to another file named services.html which is located in a subfolder named categories? Question options: Services Services Services Services
answer
Services
question
The ________ HTML5 element indicates a portion of a document, like a chapter or specific topic. Question options: header article aside section
answer
section
question
Select a recommendation for mobile web design from the choices listed below. Question options: Use a two-column page layout Use images that display text Use percentage or em units for font sizes Configure all hyperlinks to open in new browser windows
answer
Use percentage or em units for font sizes
question
Components of responsive web design include: Question options: fluid layout, flexible images, media queries valid syntax, embedded CSS, media queries fluid layout, valid syntax, embedded CSS flexible images, media queries, valid syntax
answer
fluid layout, flexible images, media queries
question
The W3C's concept of _________relates to providing a single resource that is configured for optimal display on multiple types of devices. Question options: accessibility validation responsive web design One Web
answer
one web
question
Choose the HTML5 element below that is used to configure an area on a web page that can stand on its own and could potentially be syndicated. Question options: div section article aside
answer
article
question
The ________ meta tag configures scale and dimension on mobile web page display. Question options: flexible viewport fragment identifier media query
answer
viewpoint
question
Select a recommendation for mobile web design from the choices listed below. Question options: Use a single column page layout Use large images Use pt units for font sizes None of the above are best practices for mobile web design.
answer
use a single column page layout
question
Use the _______ attribute in the HTML link element to associate a web page with a style sheet for printing. Question options: media=\"print\" out=\"printer\" media=\"paper\" media=\"screen\"
answer
media =\"print\"
question
Include the keyword _____ in a media query to cause older, non-supporting browsers to ignore the media query. Question options: viewport meta skip only
answer
only
question
A ______ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS. Question options: flexible image viewport media query fragment identifier
answer
media query
question
How would you link to the named fragment #school on the page resume.html from the home page of the site? Question options: Educational Background Educational Background Educational Background Educational Background
answer
Educational Background
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New