HTML & CSS Practice

HTML & CSS Practice

12th Grade

20 Qs

quiz-placeholder

Similar activities

Retroalimentación HTML & CSS 2.0

Retroalimentación HTML & CSS 2.0

9th - 12th Grade

20 Qs

CodeHS Advanced HTML/CSS Review

CodeHS Advanced HTML/CSS Review

9th - 12th Grade

15 Qs

HTML Pop QUIZ

HTML Pop QUIZ

9th - 12th Grade

23 Qs

HTML e CSS

HTML e CSS

12th Grade

20 Qs

Web Design- HTML Review

Web Design- HTML Review

KG - University

17 Qs

HTML Terms

HTML Terms

10th - 12th Grade

22 Qs

DWD201.01-Quiz

DWD201.01-Quiz

1st - 12th Grade

16 Qs

Web Design

Web Design

9th - 12th Grade

20 Qs

HTML & CSS Practice

HTML & CSS Practice

Assessment

Quiz

Other

12th Grade

Hard

Created by

Arti Aggarwal

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the background color in HTML code?

color

bgcolor

background-color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a color for <h1> element using Inline CSS?


h1{color:blue;}

<h1 style="color:blue">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with the code <body>Hello<body/>?

it should be </body>Hello<body>

it should be </body>Hello</body>

it should be <body>Hello</body>

it should be <body>Hello<body>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What attribute of the img tag displays things on the page if the picture cannot be?

src

alt

style

height

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with the code <br>?

nothing

it should be </br>

it should be <br \>

it should be <br />

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML tag makes a link?

<a>

<tr>

<img>

<br>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML tag do you put things in if you want them to appear on the page?

<html>

<head>

<body>

<p>

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?