7.2 HTML Topic 5

7.2 HTML Topic 5

Assessment

Flashcard

Computers

5th - 10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

<h1> changes...

Back

The size of text

2.

FLASHCARD QUESTION

Front

<body> is where...

Back

The main part of the webpage goes

3.

FLASHCARD QUESTION

Front

</body>

Back

Closing body tag

4.

FLASHCARD QUESTION

Front

Which of the following is the appropriate way to underline text?
Options: , ,

Back

5.

FLASHCARD QUESTION

Front

You should save HTML files with which file extension? Options: .htm, .index, .webpage, .html

Back

.html

6.

FLASHCARD QUESTION

Front

Which is the correct tag to change the colour of Hello to RED? Options: <font color="Pink">This is some text!</font>, <font color="red">Hello</font>, <font color="red">hello//</font>, <font colour="red">This is some text!</font>

Back

<font color="red">Hello</font>

7.

FLASHCARD QUESTION

Front

Which code will make your background blue? Options: <body style=background-color:blue;>, <background color=red>, <body bgcolor=blue>, <background =red>

Back

<body style=background-color:blue;>