Web1 Midterm Review

Web1 Midterm Review

9th - 10th Grade

15 Qs

quiz-placeholder

Similar activities

HTML5 Basics

HTML5 Basics

7th - 10th Grade

20 Qs

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

EXAMEN PRIMER PARCIAL PROPEDEUTICO 6TO

EXAMEN PRIMER PARCIAL PROPEDEUTICO 6TO

9th - 12th Grade

11 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

Web Design

Web Design

10th - 12th Grade

15 Qs

HTML

HTML

7th - 12th Grade

17 Qs

Inter State Competition

Inter State Competition

9th Grade

17 Qs

Web1 Midterm Review

Web1 Midterm Review

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Susan O'Connell

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag starts with a forward slash?

end tag

start tag

self closing tag

both start and end tags

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the preferred location for CSS declarations for large websites with multiple pages?

Inline

CSS div after the opening tag

External Style Sheet

Internal Style Sheet

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of content can be placed into a table cell element?
Text only
Text and links only
Text, links, and lists only
Text, links, lists, and images

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The primary difference between HTML and XHTML is:

XHTML has special tags for animation.

You can only use CSS with XHTML.

XHTML is stricter in enforcing rules than HTML.

XHTML must be used with the current versions of web browsers.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you wanted to display the actual characters <p> on your web page, which would accomplish this?

&lt; p &gt;

lt;pgt;

&lessthan; p &greaterthan;

&lt;p&gt;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you click your mouse on web link and it changes color, which CSS property has been set?

a:link

a:hover

a:mouseover

a:active

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

On a webpage that you have visited before, what happens to links that you have clicked on?

Nothing, they are still in the same locations.

They display a "visited" message so you know that you have been there before

They are a different color, usually purple, while the unvisited links remain the same (usually blue)

They no longer appear on the webpage