HTML and CSS Concepts Assessment

HTML and CSS Concepts Assessment

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML5 Basics

HTML5 Basics

6th - 12th Grade

20 Qs

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

HTML DT

HTML DT

7th - 10th Grade

20 Qs

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

HTML Test

HTML Test

9th - 12th Grade

20 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML and CSS Concepts Assessment

HTML and CSS Concepts Assessment

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Quizizz Content

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ___________ is an icon, graphic, or text that links to another file or object. These are what allow web pages to connect to other web pages

hyperlink

bookmark

button

tag

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

</h> is

Opening header tag

Closing header tag

Self-closing header tag

Header tag with attributes

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a _____ _____ is any element that starts a new line (e.g., paragraph) and uses the full width of the page or container.

inline element

block element

inline-block element

container element

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Debug and find the INCORRECT tag. (Which tag can you use to correct this example.)



My First Heading


My first paragraph.

Answer explanation

Remember to close your tags.

<body></body>

<head></head>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _______ _______is used to change the appearance and position of various elements on a web page.