wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz 1 Fundamentals of Web

Total questions: 26

Worksheet time: 16mins

Name
Class
Date
1.

What is the main goal of Information Architecture?

a)

Organize and label a website structure to support usability.

b)

Give your website consistency

c)

Be a profitable website

d)

Advertise as much as possible

2.

What would be the smallest heading?

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h4>

3.

If I want my heading 1 to be red as its text color, what would I add to my h1 tag?

a)

style="red"

b)

style"red"

c)

background-color="red"

d)

style="color:red"

4.

If a website uses a lot of colors such as pink, purple, red, magenta, and violet, what is the targeted audience?

a)

boys

b)

girls

5.

If you want your biggest heading to say "Hello World", what would that look like in terms of HTML tags?

a)

<h1>Hello World</h1>

b)

<h1>Hello World<h1>

c)

<h1>Hello</h1>

d)

<h6>Hello World</h6>

6.

What are the first three basic HTML tags?

a)

<!DOCTYPE html>, <html>, <head>

b)

<html>, <head>, <title>

c)

<title>, <head>, <body>

d)

<h1>, <p>, <head>

7.

What's the main difference between an opening tag and a closing tag?

a)

/

b)

>

c)

<

d)

=

8.

What is the main goal of clear navigation?

a)

Give your website consistency

b)

Advertise as much as possible

c)

Be a profitable website

d)

Organize and label a website structure to support usability.

9.

What are TABS located in a website?

a)

Top right corner of a website

b)

Navigation Bar

c)

Images

d)

Bottom Area

10.

How many heading levels do we have in HTML?

a)

5

b)

6

c)

7

d)

8

11.

What's a nursing home website's targeted audience?

a)

Elderly people

b)

Young people

c)

Teachers

d)

Women

12.

What's Nike.com target audience specifically?

a)

Kids

b)

Females

c)

People who like to read

d)

People who like to be active

13.

Before you test run your website in Notepad++, you need to:

a)

Close body

b)

Close html

c)

Save

d)

Validate your code

14.

All HTML tags MUST be lowercase.

a)

True

b)

False

15.

What are the two components of Information Architecture?

a)

clear navigation and site map

b)

layout and site map

c)

categories label and site map

d)

none of the above

16.

Which tag would change the color of my background to blue (for your entire website)?

a)

<body style="color:red">

b)

<body style="color:blue">

c)

<body style="background-color:blue">

d)

<h1 style="background-color:blue">

17.

What does "alt" do when coding for an image?

a)

Describe the address where the image is coming from

b)

Describe the image included in the website in case it doesn't load properly

c)

Be the image title

d)

Be the image tag

18.

One of the five major section tags of HTML, (a)   is responsible for the organization of the pages of the website. It is usually designed in a specific way to make sure the user goes through the site in a specific way

19.

One of the five major section tags of HTML, (a)   is responsible for information contained, usually at the bottom of the page, that gives the user access to simple site navigation, and information such as copyright, publish date and web authors.

20.

One of the five major section tags of HTML, (a)   is responsible for information that is not the main focus of the page. Information is considered information that could be isolated from the page, but still make complete sense.

21.

One of the five major section tags of HTML, (a)   is responsible for original content that is specific to the page's purpose. Information is meant to be the focus of the page.

22.

One of the five major section tags of HTML, (a)   is responsible for the title, logos, and is normally located at the top of the page.

23.

Name the four steps of the process that describes the pathway for a DELIVERY made over the internet.

4 lines
24.

Name the four steps of the process that describes the pathway for a REQUEST made over the internet.

4 lines
25.

Who is responsible for the DELIVERY of information across the web

a)

Client

b)

Server

26.

Who is responsible for the REQUEST of information across the web

a)

Client

b)

Server