HTML: The basics of web pages: Review questions

Once you’ve covered the section “HTML: The basics of web pages:” review these questions to check your comprehension:

HTML:
What does “HTML” stand for?
What is a “hyperlink”? What is “hypertext”? What is “hyperspace”?
What is “Markup”? Where does the word “markup” come from?
What does “Language” mean in this context?
https://glennmorrow.com/glenn/coding-and-web-pages/definitions/htm-or-html-file-types/

HTML files:
What characters does an HTML file end in?
https://glennmorrow.com/glenn/coding-and-web-pages/definitions/htm-or-html-file-types/

Tags:
What is an HTML tag/what is the purpose of an HTML tag?
What does an HTML tag look like?
What is an “opening tag” and what is a “closing tag”. How can you tell the difference?
Do all HTML tags have open and close versions? Do you always have to use open and close tags if they exist?
What is a nested tag? How do you use them? What is the rule about nested tags?
https://glennmorrow.com/glenn/coding-and-web-pages/definitions/htm-or-html-file-types/
https://glennmorrow.com/glenn/coding-and-web-pages/definitions/opening-and-closing-html-tags/
https://glennmorrow.com/glenn/coding-and-web-pages/definitions/nested-htmltags/

HTML page structure:
What is the basic structure of an HTML page? Give an example of a page with <head>,<body> and <html> tags.
What goes in the <body> of an HTML page?
How do you view the HTML of any web page?
https://glennmorrow.com/glenn/coding-and-web-pages/definitions/htm-or-html-file-types/

HTML code spacing and formatting:
Why does the code of an HTML file look different when viewed as a web page?
If you are editing an the code of HTML page how should you format it, and why?
If your HTML code looks fine but when you view it on a web page it is missing spacing and newlines etc. what has gone wrong? How do you fix it?
https://glennmorrow.com/glenn/coding-and-web-pages/definitions/htm-or-html-file-types/