NEW
Font size
WorksheetsGCA Web Design IA 1 Review
Total questions: 11
Worksheet time: 5mins
You have created a HTML form, and it seems to work properly in that it appears on the screen and allows the user to enter input, but it doesn't send that input to the server. Which element is missing?
A button with the value of submit
A button with the value of print
A text area
A data type
You want to create a form where the user will enter several pieces of information. You want the various parts of the form to appear visually unified to the user. Which tag should you use?
<header>
<p>
<fieldset>
<button>
What is the purpose of the alt attribute within an <img> tag?
It provides an alternative way to find the image.
It provides an alternative image.
It provides text to caption the image.
It provides text in case the image can't load.
What is the purpose of the href attribute?
To determine font size
To determine hierarchy
To link a resource
To reference a style guide
You are creating a fan page for your favorite band, and you want to be sure that it is easily usable by your friend who has a visual impairment. Which of these webinars is most likely to be helpful to you?
Back-End Development
Improving Accessibility
Color Choices In CSS
Choosing HTML Tags
The <head> tag contains:
Database data
Metadata
User Data
Consumer data
What is the value in this CSS rule?
h2 {
color: red;
}
h2
{}
color
red
What is the selector in this CSS rule?
h2 {
color: red;
font-size: 18px;
font-style: italic;
font-weight: bold;
}
h2
color
red
font
Which of these statements about the GET and POST methods is accurate?
Both are equally secure
The GET method is slightly more secure.
The POST method is slightly more secure.
The POST method is limited by URL constraints.
The origin of the internet was
ARPANET
HTMLNET
Steve Jobs
Tim Berners-Lee
Which statement is accurate for conflicting CSS rules?
The rule written first overrides the other rules.
The rule written last overrides the other rules.
Less specific selectors override more specific selectors.
More specific selectors override less specific selectors.
