HTML Written Activity 1

HTML Written Activity 1

10th Grade

8 Qs

quiz-placeholder

Similar activities

Code.org Lesson 1-9

Code.org Lesson 1-9

9th - 12th Grade

10 Qs

HTML Quiz #2 Review - CodeHS (Sec 5 & 6)

HTML Quiz #2 Review - CodeHS (Sec 5 & 6)

7th - 10th Grade

9 Qs

แบบทดสอบก่อนเรียน ครั้งที่4 (การสร้างเว็บเพจ)

แบบทดสอบก่อนเรียน ครั้งที่4 (การสร้างเว็บเพจ)

10th - 12th Grade

10 Qs

Web Design: Pop Quiz

Web Design: Pop Quiz

10th - 12th Grade

10 Qs

HTML Review

HTML Review

10th Grade

10 Qs

Kuis Refleksi 2

Kuis Refleksi 2

9th - 12th Grade

10 Qs

HTML Basics

HTML Basics

10th - 12th Grade

9 Qs

HTML5 TAGS

HTML5 TAGS

7th - 10th Grade

10 Qs

HTML Written Activity 1

HTML Written Activity 1

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Mieke Coetzee

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the title of the page?

Information

Title

Introduction to HTML

Head

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many paragraphs are there on the page?

1

2

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What word will appear in bold?

Elephant

My Name

hobbies

subjects

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What closing tag was left out completely?

</html>

</p>

</head>

</body>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Are there any lines of code that appear in the body section?

Yes

No

Maybe

Not Sure

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Name two attributes used in the web page.

face

color

head

h1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Why does the last paragraph not appear in a red font colour?

Missing closing tag

Incorrect spelling of colour

Everything is correct

Font color not specified

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Why does most of the text appear in italics?

The <i> italics tag in the first paragraph is not closed, it should be </i>

There are no errors

The <i> italics tag is inserted in the wrong place

The browser is set up that way