Skip to content

Instantly share code, notes, and snippets.

@Triplemanus
Last active January 26, 2019 19:52
Show Gist options
  • Save Triplemanus/3ee6261311c7b407e6c4602ccc465ac7 to your computer and use it in GitHub Desktop.
Save Triplemanus/3ee6261311c7b407e6c4602ccc465ac7 to your computer and use it in GitHub Desktop.
# Turing prework
On a website, what is the purpose of HTML code? - HTML describes the structure of a web page
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