Week 1-3 Flashcards
Is a markup language for
describing web documents (web pages).
HTML
Declaration defines the document type to be HTML.
DOCTYPE
The text between _______ and _______ describes an HTML document?
<html> and </html>
The
text between ______ and _______ provides information about the document?
<head> and </head>
The text
between _______ and ________ provides a title for the document?
<title> and </title>
The text between
_______ and ________ describes the visible page content?
<body> and </body>
The text between ____ and
____ describes a heading.
<h1> and
</h1>
The text between ___ and ____ describes paragraph?
<p> and </p>
HTML ____ are keywords (____ names) surrounded by angle brackets?
tags
The purpose of a ___ ________ (Chrome, IE, Firefox, Safari) is to read HTML
documents and display them?
web browser
The browser does not display the ____ ____, but uses them to determine how to display the scripting documents.
HTML tags
The <________> declaration helps the browser to display a web page correctly?
<!DOCTYPE>
What year is the release of HTML version?
1991
What year is the release of HTML 2.0 version?
1995
What year is the release of HTML 3.2 version?
1997