HTML Basics

HTML Basics

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Formatting

HTML Formatting

9th Grade

10 Qs

Introducción a JavaScript II

Introducción a JavaScript II

9th Grade

10 Qs

THIS IS IT.

THIS IS IT.

KG - 11th Grade

10 Qs

HTML Intro

HTML Intro

9th - 12th Grade

12 Qs

HTML Basics Quiz

HTML Basics Quiz

9th Grade - University

11 Qs

HTML part 1

HTML part 1

9th Grade

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

CSF U3 Networks p1

CSF U3 Networks p1

9th - 12th Grade

12 Qs

HTML Basics

HTML Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Wayground Content

Used 28+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Hyper Text Markup Language

High Text Markup Language

Hyperlink and Text Markup Language

Hyper Textual Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<body>

It defines the document's body, which is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

It specifies the title of the document and is displayed in the browser's title bar.

It contains metadata about the document, such as character set and author information.

It is used to link external stylesheets and scripts to the document.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<head>

It contains meta information about the HTML page.

It is used to define the body of the HTML document.

It is where the main content of the page is displayed.

It is used to link external CSS stylesheets.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Definition and Role of HTML in Web Design and Development

HTML is a programming language used for web development.

HTML is the standard markup language for creating web pages.

HTML is used exclusively for styling web pages.

HTML is a database management system.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<!DOCTYPE html>

It defines that this document is an HTML5 document.

It specifies the character encoding for the document.

It indicates the version of CSS used in the document.

It is used to link external JavaScript files.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It defines a large heading.

It defines a small heading.

It defines a paragraph.

It defines a list.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<title>

It specifies a title for the HTML page, which is shown in the browser's title bar or in the page's tab.

It defines the main content of the HTML page.

It is used to link external CSS stylesheets to the HTML page.

It indicates the language of the HTML document.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<p>

It defines a paragraph.

It defines a list item.

It defines a heading.

It defines a link.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<html>

Is the root element of an HTML page.

Is used to define a paragraph in HTML.

Is a tag for creating links in HTML.

Is used to insert images in HTML.