HTML Flashcards
What does HTML stand for?
Hyper Text Markup Language
HTML describes the structure of Web pages using
markup
HTML elements are the building blocks of
HTML pages
HTML elements are represented by
tags
The <element> declaration defines this document to be HTML5</element>
The <element> element is the root element of an HTML page</element>
The ______ element contains meta information about the document
The _____ element specifies a title for the document
<title></title>
The _____ element contains the visible page content
The _____ element defines a large heading
#
The ___ element defines a paragraph
The
element defines a paragraph
HTML links are hyperlinks.
You can click on a link and jump to another document.
True or False
True
Write an example hyperlink
Link: https://app.revature.com
Text: Visit our learning platform
In HTML, images are defined with the ____ tag.
The tag is empty, it contains attributes only, and does not have a closing tag.
True or False
True