html basics

html basics

6th Grade

6 Qs

quiz-placeholder

Similar activities

Class 7 HTML

Class 7 HTML

5th - 7th Grade

10 Qs

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

Web Development

Web Development

1st - 12th Grade

10 Qs

HTML Fill in the Blanks

HTML Fill in the Blanks

6th Grade

6 Qs

Naz HTML Review 1

Naz HTML Review 1

6th - 8th Grade

10 Qs

computer

computer

6th Grade

10 Qs

First 10 HTML Tags

First 10 HTML Tags

6th - 11th Grade

10 Qs

HTML & CSS

HTML & CSS

6th Grade

11 Qs

html basics

html basics

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Sandhya Gupta

Used 14+ times

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Fill in the blanks to create an MAIN heading containing the text "My first website" followed by a SUB HEADING tag containing "Sample Page":

<html>

<body>

< >My First Website</ >

< >Sample Page</ >


</body>

</html>

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Fill in the blanks to make the paragraph bold using the <b> tag:

<h1>Some heading</h1>


<_><_>


I am learning HTML <_>


</p>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During page creation, which tag adds a page name that will show in the title bar of the user's Internet browser?

<head>

<title>

<h1>

<body>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen to the text in blue?   <p>He named his car <i>The lightning</i>, because it was very fast.</p>
the content will be displayed in italic
the content will display an image
the content defines text inserted into a document

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is will the highlighted tag do? <p>My favourite colour is blue<br>I support Southend United.
</p>
it will make the text bold
it will place the text on another line

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<u>Hello, World!</u>

Hello, World!

Hello, World!

Hello, World!

Hello, World!