HTML Flashcards
What language is HTML?
Markup
What is the current W3C recommendation for web development?
HTML5
What are the elements of HTML?
tags and attributes
The <_______> contains descriptive elements about the document, such as title, style sheets, JavaScript files
head
<____> container element used to create logical groupings, like lists
div
Which three elements are not required in HTML5?
<html>, <head>, and <body>
</body></head></html>
_________ is structural, ________ styles
HTML, CSS
How many levels of headings are available in HTML?
6 h1-h6
Absolute reference vs. relative reference
specified path vs leaving out specifiers/childs/descendants
 , <, ©, &trade
special characters for symbols with reserved meanings
WYSIWYG editors
software to help create websites
What tag pair is used to create a new paragraph?
<p></p>
The purpose of the ______ element is used to configure the main navigation area on a web page.
nav
What type of HTML list will automatically place a bullet point indicator in front of each item?
Unordered list
What tag pair contains the items in an ordered or unordered list?
<li></li>