HTML Flashcards
What does HTML stand for?
Hyper Text Markup Language
What is HTML made up of?
Elements
What are elements? What represents them?
They tell the browser what to display. They are represented by Tags.
What do HTML Tags do?
They label the content. Like “heading” “paragraph”
HTML5 declaration
Always used at top of document to let browser know what kind of file it is.
Root Element of a page
All markup text is inside these tags.
What order do HTML5 elements go in?
Declaration, Root, Meta, Visible content.
Where do you put attributes and what do they usually have?
inside tags at the front. they have name/value pairs. <a></a>
What is an empty tag?
An element with no content like <br></br>
Is HTML case sensitive?
nO . :D
What are headings used for
Order importance of page content. And index page content.