Skip to content

Instantly share code, notes, and snippets.

@b3an5
b3an5 / TheoBean_prework.md
Last active August 3, 2018 16:07
Turing Pre-work

Day-1 of pre-work

  • On a website, what is the purpose of HTML code?
  • --"HTML describes the structure of pages"

  • What is the difference between an element and a tag?
  • --elements are the peices of code that differentiate the structure on the page, the tags are the opening and closing brackets that make up the elements. "Stricly speaking an element comprises the opening, tag is the closing and everything in between"

  • Why do we use attributes in HTML elements?
  • --Attributes tell us more about elements by providing addition information, appearing on the opening tag