WEEK 1 Flashcards
HTML stands for ___.
Hyper Text Markup Language
It is a markup language for
describing web documents (web pages).
HTML
HTML documents are described by ___
HTML tags.
___ describes different document content.
HTML tags
It is a set of markup tags.
Markup language
This declaration defines the document type to be HTML.
DOCTYPE
The text between <html> and </html> describes an ___
HTML document.
The text between <head> and </head> provides ___
Information about the document.
The text between <title> and </title> provides a ___for the document
Title
The text between <body> and </body> describes the ___
Visible page content
The text between <p> and </p> describes
___
Paragraph
The text between <h1> and </h1> describes a ___
Heading
They are keywords (tag names) surrounded by angle brackets and come normally in pairs.
HTML tags
The ___ declaration helps the browser to display a web page correctly.
<!DOCTYPE>
The purpose of a ___ (Chrome, IE, Firefox, Safari) is to read HTML documents and display them. This does not display the HTML tags, but uses
them to determine how to display the scripting documents.
Web browser