|\ |\ |\ |\
Practice Test questions with answers
|\ |\ |\ |\ |\
Which two actions should be used to address users with visual
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
impairments? - CORRECT ANSWERS ✔✔1. Ensure that pages
|\ |\ |\ |\ |\ |\ |\ |\
support screen-reader apps
|\ |\
2. Provide text descriptions for images.
|\ |\ |\ |\ |\
Which two tags are containers for other tags? - CORRECT
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\
ANSWERS ✔✔1. <head> |\ |\
2. <body>
|\
Which term describes the process of adding a pair of tags within
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
another pair of tags? - CORRECT ANSWERS ✔✔Nesting
|\ |\ |\ |\ |\ |\ |\
Which multimedia technology did popular video sharing sites
|\ |\ |\ |\ |\ |\ |\ |\
replace with Motion Picture Experts Group-4 (MP4) to address
|\ |\ |\ |\ |\ |\ |\ |\ |\
security concerns? - CORRECT ANSWERS ✔✔Flash
|\ |\ |\ |\ |\
Which markup should be used to link a CSS document to a web
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
page? - CORRECT ANSWERS ✔✔<link rel= "stylesheet"
|\ |\ |\ |\ |\ |\ |\
type="text/css" href="theme.css"> |\
, Which markup should be added to a form to create a drop-down
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
list that allows users to select with three selectable options? -
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
CORRECT ANSWERS ✔✔<select multiple> <option
|\ |\ |\ |\ |\
value="item1"> item 1 </option> <option value="item2"> item |\ |\ |\ |\ |\ |\ |\
2 </option> <option value="item3"> item 3 </option></select>
|\ |\ |\ |\ |\ |\
Which graphical image type scales without losing image quality?
|\ |\ |\ |\ |\ |\ |\ |\
- CORRECT ANSWERS ✔✔Vector
|\ |\ |\ |\
Which HTML5 tag is self-closing? - CORRECT ANSWERS ✔✔<br>
|\ |\ |\ |\ |\ |\ |\ |\
Which HTML5 element is used to draw graphics on a web page? -
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
CORRECT ANSWERS ✔✔canvas
|\ |\ |\
Which request method should be used in a form to append
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
parameters into a query string? - CORRECT ANSWERS ✔✔Get
|\ |\ |\ |\ |\ |\ |\ |\
Which two form elements should use the same name for groups
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\
of related elements? - CORRECT ANSWERS ✔✔1. Radio
|\ |\ |\ |\ |\ |\ |\
2. Checkbox
|\
Which method type securely sends form data that requires
|\ |\ |\ |\ |\ |\ |\ |\ |\
additional processing by the CGI script? - CORRECT ANSWERS
|\ |\ |\ |\ |\ |\ |\ |\ |\
✔✔Post