All about the HTML Flashcards
(28 cards)
What does HTML stand for?
Hypertext Markup Language
How do you define a document as HTML5?
Root element of the HTML page
Element that contains meta information about the document
Element that specifies a title for the document
Element contains the visible page content
Elements that are headings
<h1><h2><h3><h4><h5><h6></h6></h5></h4></h3></h2></h1>
Element that defines paragraphs
<p></p>
Element that defines links
<a>link title</a>
Element that defines line breaks
<br></br>
Element that defines line breaks
<br></br>
How do you define a document as HTML5?
Root element of the HTML page
Element that contains meta information about the document
Element that specifies a title for the document
Element contains the visible page content
Elements that are headings
<h1><h2><h3><h4><h5><h6></h6></h5></h4></h3></h2></h1>
Element that defines paragraphs
<p></p>
Element that defines links
<a>link title</a>
Element that defines images
<img></img>
Element that defines line breaks
<br></br>
Attribute displayed as a tooltip when you mouse over element (example element)
Attribute that defines size of image
width=”#” height=”#”
Attribute that displays alternative text when image cannot be displayed
alt=”alternate text”