HTML Basics

HTML Basics

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Activity 2 ( HTML-CSS )

Activity 2 ( HTML-CSS )

12th Grade

4 Qs

HTML/CSS

HTML/CSS

9th Grade

10 Qs

DWEC 2EV

DWEC 2EV

12th Grade - University

11 Qs

HTML 3

HTML 3

9th - 12th Grade

9 Qs

HTML5 Forms

HTML5 Forms

11th - 12th Grade

10 Qs

JS quiz

JS quiz

10th Grade

12 Qs

HTTP

HTTP

9th - 12th Grade

8 Qs

Manipulación del DOM En Java Script

Manipulación del DOM En Java Script

11th Grade

10 Qs

HTML Basics

HTML Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Wayground Content

Used 27+ 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.