HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Web Design: Basics of HTML and CSS

Web Design: Basics of HTML and CSS

9th - 12th Grade

10 Qs

Html img

Html img

3rd - 10th Grade

13 Qs

HTML/CSS

HTML/CSS

11th Grade

10 Qs

HTML Quiz #1 Review - CodeHS (Sec 1-5)

HTML Quiz #1 Review - CodeHS (Sec 1-5)

6th - 9th Grade

10 Qs

For final demo

For final demo

10th Grade

10 Qs

HTML Básico

HTML Básico

10th Grade

14 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

HTML Coding

HTML Coding

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Mario Garnica

Used 225+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Complete choosing the missing code for hyperlinks:

<a ____ "https://www.w3schools.com">This is a link</a>

href=

style=

<p>

img src=

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Specify an alternate text for the image. Choose the missing section of the code:

<img src="w3schools.png" ____="w3schools Logo">

alt

href

img

src

3.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Use the correct HTML code to set the color of the paragraph to "blue":

<p _____="color:blue;">This is a paragraph.</p>

4.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Use the HTML code to set the font of the paragraph to "courier".

<p style="____-family:courier;">This is a paragraph.</p>

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Use HTML code to center align the paragraph. Choose below the correct missing word:

<p style="text-____:center;">This is a paragraph.</p>

href

align

center

img

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Use HTML code to set the text size to 50 pixels. Choose the correct missing word on the code:

<p style="font-_____:50px;">This is a paragraph.</p>

width

height

size

href

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Use HTML code to set the background color of the document to yellow.

<body style="____-color:yellow;">

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?