Sample Test Flashcards
Which two actions should be used to address users with visual impairments?
Ensure that pages support screen-reader apps.
Use only grey-scale colors for images.
Add alternative navigation aids to pages.
Provide text descriptions for images.
Provide low-resolution alternatives for images.
Ensure that pages support screen-reader apps.
Provide text descriptions for images.
Which two tags are containers for other tags?
<head>
<base></base>
<hr></hr>
<body>
<br></br>
</body></head>
<head>
<body>
</body></head>
Which graphical image type scales without losing image quality?
Bitmap
JPEG
PNG
Vector
Vector
Which HTML5 element is used to draw graphics on a web page?
img
canvas
var
iframe
Canvas
Which method type securely sends form data that requires additional processing by the CGI script?
Post
Get
Action
Select
Post
Which attribute should be used to add default text to an input tag of type text?
Reset
List
Value
Name
Value
Which tag is a valid form field for exclusive use in HTML5?
<> instead of ||
|input type=”email”|
|button|
|select|
|input type=”caption”|
|input type=”email”|
An organization has users which run older versions of Internet Explorer.
Which action should be done to ensure that that web page content is visible in all browsers?
Add Visual Studio code to HTML documents and create a new CSS rule.
Add JavaScript code to HTML documents and create a new CSS rule.
Place buttons on the page to enable visitors to open the page in Microsoft Edge.
Place buttons on the page to enable visitors to access the Microsoft Edge download site.
Add JavaScript code to HTML documents and create a new CSS rule.
What are Syntactically Awesome Style Sheets (SASS) used for with regard to adding functionality?
As an HTML extension language for postprocessing
As an HTML extension language for preprocessing
As a CSS extension language for postprocessing
As a CSS extension language for preprocessing
As a CSS extension language for preprocessing
Given the following CSS:
p{color: red;}
p{color: yellow;}
p{color: green;}
p{color: purple;}
Which color is used when text in the referenced paragraph displays?
Purple
Which HTML tag is used to display text exactly as it is defined in the HTML markup?
Br
Dfn
Pre
Hr
Pre
Which symbol with an href value tells the browser to look for an anchor within the current document?
Asterisk (*)
Hash (#)
Period (.)
Forward slash (/)
Hash (#)
What is the purpose of the W3C Authoring Tool Accessibility Guidelines?
To guide development of editors for developers with disabilities
To offer support for different types of websites in development
To provide instruction for developers who are new to coding
To follow recent updates in website coding techniques
To guide development of editors for developers with disabilities
What does the W3C Authoring Tool Accessibility Guidelines evaluate?
Usability of the GUI editor by a user with disabilities
Capacity to create unique web page code line by line
Ability to insert JavaScript into HTML
Capability of creating inline CSS
Usability of the GUI editor by a user with disabilities
What are two characteristics of WYSIWYG editors?
Might fail to edit code that contains newer tags
Generate responsive pages
Provide program assistance for users with visual impairment
Allow page creation by using a mouse
Increase difficulty in creating simple pages
Might fail to edit code that contains newer tags
Allow page creation by using a mouse