Basic HTML Tags

Basic HTML Tags

8th Grade

8 Qs

quiz-placeholder

Similar activities

ฐานข้อมูล

ฐานข้อมูล

1st - 10th Grade

10 Qs

CSS Borders

CSS Borders

8th Grade

10 Qs

Web Design Review 1

Web Design Review 1

8th - 12th Grade

10 Qs

HTML FORMS3

HTML FORMS3

6th - 8th Grade

10 Qs

Img styling

Img styling

7th - 12th Grade

13 Qs

Database

Database

8th Grade

10 Qs

Document production

Document production

7th - 10th Grade

10 Qs

Grade 6 Forms in HTML

Grade 6 Forms in HTML

6th - 9th Grade

10 Qs

Basic HTML Tags

Basic HTML Tags

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Jewel Tom

Used 31+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A body tag is a

Container Tag

Empty Tag

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the attribute Bgcolor

It is used to specify the color of the text

It is used to specify the amount of space to be left blank from the top margin of the browser window

It is used to specify the background color of the webpage

It is used to specify the path of the image file to be displayed as background of the webpage

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Meena created a HTML document even when she is pressing the enter key the line break is not displayed in the webpage. What do you think Meena should do?

She should try pressing the enter key once more

She should edit the whole format of the document

She should try again with the body tag

After entering the text she should apply or add the line break tag <BR>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Gautham wants to specify the text color in his HTML document which format should he type?

="red"

<BODY text="red">

<BODY=RED>

BODY="red"

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Topmargin value is displayed or specified in ________________

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Explain what is Left margin attribute

This attribute is used to specify the amount of space to be left blank from the left margin of the browser window

This attribute is used to specify the amount of space to be right blank from the left margin of the browser window

This attribute is used to specify the amount of space to be center blank from the left margin of the browser window

It's value is displayed in pixels.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When background attribute is used, the ________attribute has no effect

Text

Line break Tag

Bg color

Top margin

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the format of creating a HTML document?