HTML Flashcards
The DOCTYPE declaration defines what?
The document type.
The text between the HTML and the /HTML describes what?
The web page.
The text between the BODY and /BODY is the what?
Visible page content?
The text between <h1> and </h1> is displayed as what?
A heading.
The text between <p> and </p> is displayed as what?
A paragraph.
What is html?
A Markup Language for describing web pages.
What does html stand for?
Hyper Text Markup Language.
A markup language is a set of what?
Markup tags.
The tags describe what?
Document content.
HTML documents contain what? And what?
HTML tags and plain text.
HTML documents are also called what?
Web pages.
What are the tags called at the beginning and end of a line of syntax?
Start and end tags or opening and closing tags.
How would you define what an HTML element is?
Everything between the start tag and the end tag (including the tags).
What is the purpose of a web browser?
To read html documents and display them as web pages.
What is the structure of an HTML page?
!DOCTYPE HTML html body h1 header /h1 p paragraph /p /body /html
What year did HTML 2.0 come out?
1995
What year did HTML 3.2 come out?
1997
What year did HTML+ come out?
1993
What year did HTML come out?
1991