HTML Basics

HTML Basics

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Rania Azroui

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hyper Text Markup Language

2.

FLASHCARD QUESTION

Front

<!DOCTYPE html>

Back

It defines that this document is an HTML5 document.

3.

FLASHCARD QUESTION

Front

<html>

Back

Is the root element of an HTML page.

4.

FLASHCARD QUESTION

Front

<head>

Back

It contains meta information about the HTML page.

5.

FLASHCARD QUESTION

Front

<title>

Back

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

6.

FLASHCARD QUESTION

Front

<body>

Back

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

7.

FLASHCARD QUESTION

Front

<h1>

Back

It defines a large heading.

8.

FLASHCARD QUESTION

Front

<p>

Back

It defines a paragraph.

9.

FLASHCARD QUESTION

Front

Definition and Role of HTML in Web Design and Development

Back

HTML is the standard markup language for creating web pages. It describes the structure of a web page.