HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

quiz-placeholder

Similar activities

Web Design: Basics of HTML and CSS

Web Design: Basics of HTML and CSS

9th - 12th Grade

10 Qs

CSS Syntax and Structure

CSS Syntax and Structure

9th Grade

15 Qs

FA 6

FA 6

9th - 12th Grade

15 Qs

HTML&CSS Basic

HTML&CSS Basic

10th Grade

17 Qs

CSS - Day 3

CSS - Day 3

1st - 12th Grade

10 Qs

Flask

Flask

6th - 12th Grade

15 Qs

html5

html5

9th Grade

17 Qs

Web Design and Development N5

Web Design and Development N5

10th Grade

17 Qs

HTML and CSS

HTML and CSS

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Keri Barker

Used 158+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an opening HTML tag?

</html>

<<html>>

<html>

<html/>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to add an image?

<image>

<img>

<<img>>

</image>

3.

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>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

.

+

id

#

5.

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol should you use to select a class name in CSS?

#

()

.

class

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?