HTML-2

HTML-2

5th Grade

7 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

5th Grade

10 Qs

Class 7 HTML

Class 7 HTML

5th - 7th Grade

10 Qs

Website Design

Website Design

KG - University

10 Qs

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

HTML

HTML

KG - 9th Grade

11 Qs

WD 2 - More HTML

WD 2 - More HTML

KG - 12th Grade

10 Qs

HTML Review

HTML Review

5th - 12th Grade

12 Qs

HTML

HTML

1st - 6th Grade

12 Qs

HTML-2

HTML-2

Assessment

Quiz

Computers

5th Grade

Easy

Created by

Swati Sharma

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An HTML file has to be saved with the extension ___________ .

.htm or .html

doc
pdf
txt

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can create or edit an HTML file using any text

editor such as _____________________.

Notepad

Notepad++

Atom and Brackets

All of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<! DOCTYPE html>:

It declares the version of HTML.

This is the

first line to be written in any HTML document.

It provides an

instruction to the browser that the page is written in HTML.

All of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<html> ... </html>:

These tags tell the browser that the

web page will be formatted in HTML.

These tags tell the browser that the

web page will not be formatted in HTML.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<html> ... </html>: These are the outermost tags inside which

all the other tags are placed.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________ tag is used to define the document title, style

link, script and other information about the HTML document.

<title>...</title>:

<head>...</head>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This tag contains all information to be displayed in the web page

<title>...</title>

<body>...</body>