HTML and CSS

HTML and CSS

4th - 9th Grade

13 Qs

quiz-placeholder

Similar activities

HTML codes

HTML codes

6th - 8th Grade

10 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

HTML Tags

HTML Tags

9th Grade

10 Qs

html5

html5

9th Grade

17 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

HTML and CSS

HTML and CSS

7th - 8th Grade

15 Qs

HTML and CSS

HTML and CSS

Assessment

Quiz

Computers, Other

4th - 9th Grade

Medium

Created by

Pranjal Rathore

Used 79+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

To Write A HTML File, which tag will we use?

<<html>>

<html>

<!html>

<--!html-->

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

To write a css file whiich tag we will use?

<css>

<!css>

<styles>

<!styles>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to add an image?

<image>

<img>

<<img>>

</image>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to add an attribute?

<src>

classes:ids

id="title"

<id>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol should you use to target an id in css?

.

+

id

#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to change the background color with css?

background-color: purple;

background-color = "purple";

backgroundcolor=orange

change-background-color: purple

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

<head></head>

<div></div>

<img></img>

<head>

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?