web kids

web kids

1st - 5th Grade

8 Qs

quiz-placeholder

Similar activities

Kuis Informatika (HTML)

Kuis Informatika (HTML)

3rd Grade

10 Qs

HTML & CSS Review

HTML & CSS Review

5th - 8th Grade

9 Qs

G5 HTML

G5 HTML

5th Grade - University

10 Qs

html-G8

html-G8

5th Grade

11 Qs

PRIMEROS PASOS HTML

PRIMEROS PASOS HTML

1st Grade

10 Qs

CSS Styles

CSS Styles

4th Grade

10 Qs

CSS - Day 4

CSS - Day 4

1st - 11th Grade

11 Qs

แบบทดสอบ html ม.3

แบบทดสอบ html ม.3

3rd Grade

10 Qs

web kids

web kids

Assessment

Quiz

Computers

1st - 5th Grade

Easy

Created by

Mahbuba Ruponti

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Hyper Text Markup Language

High Text Machine Language

Hyperlinks and Text Markup Language

Hyper Tool Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where do we put all the codes like <h1>, <p> in html?

<header>

<main>

<body>

<head>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag defines the title?

<heading>

<title>

<h1>

<meta>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tags are used to define headings?

<head> to <head6>

<heading1> to <heading6>

<h1> to <h6>

<title> to <title6>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define a paragraph?

<para>

<paragraph>

<p>

<pg>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the <br> tag do in HTML?

Creates a bold text

Creates a line break

Creates a new paragraph

Breaks the page

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the <hr> tag do in HTML?

Adds a horizontal rule (line)

Inserts a hard return

Creates a heading row

Adds high resolution

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which tag is unpaired?

<br>

<hr>

<p></p>

<h1></h1>