HTML Quiz Questions Flashcards
Where do you put non-visible content about the HTML document?
The head element
What is the purpose of a doctype declaration?
It declares the type of HTML version
What is the purpose of HTML attributes?
Attributes provide additional information
about the contents of an element
Give an example of an HTML entity (escape character).
Ampersand: &
Copyright symbol: ©
What three HTML elements do you use to build a description list?
description term, description definition, description list
Give five examples of HTML element tags.
Answers vary
What is the difference between an ordered list and an unordered list in HTML?
An ordered list in numbered
An unordered list is bulleted
Where do you put visible content about the HTML document?
The body element
Where do the head and body tags go in a valid HTML document?
In the HTML element
What is an absolute URL?
A URL with a full domain name
What is a relative URL?
A URL with only folder names
What other ways can we use an anchor tag?
Navigating to a different part of the web page
How do you indicate the parent folder in a path?
With a ../
How do you indicate the child folder in a path?
With a /childFolderName
How do you indicate the grand parent folder in a path?
With a ../../