HTML Quiz 1

HTML Quiz 1

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

HTML Images

HTML Images

9th - 12th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML Formatting

HTML Formatting

9th Grade

10 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

Intro to Web Design

Intro to Web Design

9th - 12th Grade

17 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

HTML Quiz 1

HTML Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jessica Fletcher

Used 7+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?
Hypertext Making Language
Hyper Transfer Markup Language
Hypertext Markup Language
Hyper Transfer Making Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A <tag>
Is used to divide sections
Is not needed in HTML
Tells the browser how to format our content
Is part of the title line in HTML

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<h> is
Header Tag
Headline Tag
Half of a tag
Closing header tag

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<p> is
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

From the choices below, what coding would be used to have the smallest heading?

<h2>Month</h2>

<h5>Month</h5>

<h1>Month</h1>

<h7>Month</h7>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS stands for?
Closed Source Style
Crucial Style Sheets
Cascading Style Sheets
Corresponding Static Style

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code will make your background red?

body{

background:red;

}

body{

background-color:yellow;

}

body{

background-color:red;

}

p{

color:red;

}

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?