Lesson 3: Building Basic Websites - HTML (In Progress)
Takeaways:
opening tag: <p>
closing tag: </p> (the closing tag has a slash)
The opening & closing tag surround the content like a parantheses
The content is what we see on the screen
opening tag + content + closing tag = an HTML element
HTML is a nesting language which means that tags & elements can & do go inside other tags & elements
the "things" in the tag with quotation marks are called attributes which add specific details to the tag itself
HTML 5 vs HTML? : HTML 5 is the future & makes websites more interactive








