HTML-2

HTML-2

5th Grade

7 Qs

quiz-placeholder

Similar activities

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML and HTML Structure

HTML and HTML Structure

5th - 8th Grade

12 Qs

Web Communication

Web Communication

5th Grade

12 Qs

HTML ÖĞRENİYORUM 1

HTML ÖĞRENİYORUM 1

5th Grade

10 Qs

HTML and CSS

HTML and CSS

KG - Professional Development

7 Qs

HTML Tags Quiz

HTML Tags Quiz

5th - 8th Grade

12 Qs

Тест веб

Тест веб

1st - 5th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 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>