Web Dev Semester 1 Test

Web Dev Semester 1 Test

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

49 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hyper Text Markup Language

2.

FLASHCARD QUESTION

Front

What symbols indicate html tags?

Back

<><>

3.

FLASHCARD QUESTION

Front

Which is not a heading tag? <h1>, <h2>, <h6>, <h7>

Back

<h7>

4.

FLASHCARD QUESTION

Front

Heading tags require closing tags?

Back

True

5.

FLASHCARD QUESTION

Front

Fix the code:
h1 style="text-color:green;"
Options: h1 style="color:green;", h1 style = "color:green;", h1 style="color:green"

Back

h1 style="color:green;", h1 style = "color:green;", h1 style="color:green"

6.

FLASHCARD QUESTION

Front

True or False: The semicolon (;) is required after an attribute?
<h1 style="color:green;">Hello World!</h1>

Back

True, if multiple attributes

7.

FLASHCARD QUESTION

Front

If I wanted to assign an h1 tag the font family of arial, where would I put it? Options: <h1>Hello; style=font-family:arial</h1>, <style="font-family:arial" h1>Hello</h1>, <h1 style="font-family:arial">Hello</h1>, <h1>Hello</style="font-family:arial">

Back

<h1 style="font-family:arial">Hello</h1>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?