CodingHTMLQuiz01

CodingHTMLQuiz01

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

HTML Tags

HTML Tags

9th Grade

10 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

HTML QUIZ

HTML QUIZ

8th - 9th Grade

10 Qs

HTML Tags (Basic) Quiz

HTML Tags (Basic) Quiz

11th - 12th Grade

11 Qs

Web Design

Web Design

9th Grade

12 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

Web Design: Pop Quiz

Web Design: Pop Quiz

10th - 12th Grade

10 Qs

CodingHTMLQuiz01

CodingHTMLQuiz01

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Stephen Parisi

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Media Image
How will the following HTML be displayed on the web page?
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following is an example of an HTML tag?

<h1>

color:purple;

text-align:center;

class="alert"

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following is NOT a valid HTML color code?
#FF22FF
rbg (255, -20, 0)
rgb (255, 210, 128)
blue

4.

MULTIPLE SELECT QUESTION

30 sec • 4 pts

Which of the following pixels has a color value of rgb(255, 0, 0)?
Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

What is the function of the <br> tag?

Create a line break on the web page

Create a horizontal line on the web page

Italicize text

Bold text

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Media Image
Which of the following is the correct HTML code to create a hyperlink that displays the text below and links to google.com?
Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following lines of HTML code will insert an image into a webpage?
Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following tags defines a table row?

<table>

<tr>

<th>

<td>