Introduction to HTML

Introduction to HTML

7th Grade

35 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

7th - 10th Grade

39 Qs

7th Grade HTML/CSS Final Exam

7th Grade HTML/CSS Final Exam

7th Grade

30 Qs

HTML & CSS Test

HTML & CSS Test

6th - 12th Grade

30 Qs

Y8 Revision

Y8 Revision

7th - 11th Grade

30 Qs

Basic CSS Review (Types)

Basic CSS Review (Types)

7th Grade

30 Qs

Web Development

Web Development

6th - 12th Grade

35 Qs

HTML Intro

HTML Intro

7th - 9th Grade

33 Qs

HTML Basics

HTML Basics

6th - 8th Grade

40 Qs

Introduction to HTML

Introduction to HTML

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Anu Prabha

Used 1+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

HTML stands for...

Hyper Time Multiple Language

Hyper Text Mark-up Language

Hippo T-Rex Mascot Lemur

Hipper Text Make Language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the proper way to write an h1 tag

<h1>Hello</h1>

<h1>"Hello

{h1}Hello{/h1}

<h1>Hello<h1>

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

<p> tag is for...

Page of Text

Picture

Paragraph of text

Pineapples

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following codes would create a horizontal line

<br>

<h1></h1>

<hr>

<p>

5.

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

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image
"Forces a line break here"
From the text above, What is the command tag?
<br>
<hr>
<p>
<ul>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which set contains all of the DEFAULT tags needed to create a webpage?

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

</html>

<html>

<head>

</head>

<body>

</body>

</html>

<!DOCTYPE html>

<html>

<head>

</head>

</html>

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

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?