wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GCA Web Design IA 1 Review

Total questions: 11

Worksheet time: 5mins

Name
Class
Date
1.

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)

A button with the value of submit

b)

A button with the value of print

c)

A text area

d)

A data type

2.

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?

a)

<header>

b)

<p>

c)

<fieldset>

d)

<button>

3.

What is the purpose of the alt attribute within an <img> tag?

a)

It provides an alternative way to find the image.

b)

It provides an alternative image.

c)

It provides text to caption the image.

d)

It provides text in case the image can't load.

4.

What is the purpose of the href attribute?

a)

To determine font size

b)

To determine hierarchy

c)

To link a resource

d)

To reference a style guide

5.

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?

a)

Back-End Development

b)

Improving Accessibility

c)

Color Choices In CSS

d)

Choosing HTML Tags

6.

The <head> tag contains:

a)

Database data

b)

Metadata

c)

User Data

d)

Consumer data

7.

What is the value in this CSS rule?

h2 {

color: red;

}

a)

h2

b)

{}

c)

color

d)

red

8.

What is the selector in this CSS rule?

h2 {

color: red;

font-size: 18px;

font-style: italic;

font-weight: bold;

}

a)

h2

b)

color

c)

red

d)

font

9.

Which of these statements about the GET and POST methods is accurate?

a)

Both are equally secure

b)

The GET method is slightly more secure.

c)

The POST method is slightly more secure.

d)

The POST method is limited by URL constraints.

10.

The origin of the internet was

a)

ARPANET

b)

HTMLNET

c)

Steve Jobs

d)

Tim Berners-Lee

11.

Which statement is accurate for conflicting CSS rules?

a)

The rule written first overrides the other rules.

b)

The rule written last overrides the other rules.

c)

Less specific selectors override more specific selectors.

d)

More specific selectors override less specific selectors.