Introduction to HTML/CSS Quiz 4: Advanced HTML

Introduction to HTML/CSS Quiz 4: Advanced HTML

6th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

HTML Tags

HTML Tags

9th Grade

10 Qs

HTML-Links & Frames

HTML-Links & Frames

8th Grade

10 Qs

HTML Features

HTML Features

7th - 8th Grade

10 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

HTML Table Quiz

HTML Table Quiz

9th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML and CSS

HTML and CSS

7th Grade

10 Qs

Introduction to HTML/CSS Quiz 4: Advanced HTML

Introduction to HTML/CSS Quiz 4: Advanced HTML

Assessment

Quiz

Computers

6th - 12th Grade

Hard

Created by

Jerry Xiao

Used 114+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does the <span> tag do?

Defines a small selection of text

Defines multiple tags to be formatted

Creates a divider in the page

Creates an airplane on the page

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does the <div> tag do?

Defines a small selection of text

Defines multiple tags to be formatted

Creates a divider in the page

Does division

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which is correct syntax to define width and height?

#page-content {

width: 50vw;

height: 50vh;

}

#page-content {

width: 50vh;

height: 50vw;

}

#page-content {

item-width: 50vw;

item-height: 50vh;

}

#page-content {

tag-width: 50vw;

tag-height: 50vh;

}

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which tags help prevent overflow?

<overflow-width> and <overflow-height>

<overflow-vertical> and <overflow-horizontal>

<overflow-x> and <overflow-y>

<overflow-up> and <overflow-side>

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is a margin?

The space between HTML items

The space within an HTML item

A type of fake butter

An important thing

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is padding?

The space between HTML items

The space within an HTML item

What is required for a good pillow

An important thing

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How is the border CSS property written?

border: [size] [style] [color];

border: [color] [style] [size];

border: [size] [color] [style];

border: [style] [color] [size];