HTML Flashcards
Where do you put non-visible content about the HTML document?
In the Head Element
Where do you put visible content about the HTML document?
In the Body Element
Where do the and tags go in a valid HTML document?
Within the HTML Element
What is the purpose of a declaration?
Do declare what HTML element it is
Give five examples of
HTML element tags.
h1 , paragraph, body, head, html are all elements
What is the purpose of HTML attributes?
Giving it context
Give an example of an HTML entity (escape character)
Ampersand and blank ;
What is the difference between an ordered list and an unordered list in HTML?
order is number and unordered is not
What three HTML elements do you use to build a description list?
DL - Definition Lists
DT - Definition Term
DD - Definition Description
What is an absolute URL?
The whole path/
https://www.example.com
What is a relative URL?
The local page
What other ways can
we use an anchor tag?
Attach to a word or phase.
Organization
How do you indicate the parent folder in a path?
Use . . / to indicate the folder
How do you indicate the child folder in a path?
Name of child folder then forward slash
file name
How do you indicate the grand parent folder in a path?
Use child folder forward slash then grand child folder followed by another forward slash then the file name