Skip to content

Instantly share code, notes, and snippets.

@foster55f
Created May 28, 2019 18:49
Show Gist options
  • Save foster55f/f6b686306b6b52efe4db00041884edab to your computer and use it in GitHub Desktop.
Save foster55f/f6b686306b6b52efe4db00041884edab to your computer and use it in GitHub Desktop.
On a website, what is the purpose of HTML code?
What is the difference between an element and a tag?
Why do we use attributes in HTML elements?
Describe the purpose of the head, title, and body HTML elements.
In your browser (Chrome), how do you view the source of a website?
List five different HTML elements and what they are used for. For example, <p></p> is a paragraph element, and it is used to represent a paragraph of text.
What are empty elements?
What is semantic markup?
What are three new semantic elements introduced in HTML 5? Use page 431 in the book to find more about these new elements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment