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










