- https://www.udemy.com/course/design-and-develop-a-killer-website-with-html5-and-css3/
- Author's Repo: https://github.com/jonasschmedtmann/html-css-course
- Author's Instruction in author.md
- https://codingheroes.io/resources/
- Download Course Resources from 1st section
- Static: Files served as is
- Just Web Server is required
- Dynamic: Files generated dynamically(assembled on server) and served
- Interaction with Database, Backend(Node, Python, PHP)
- Anatomy of an html element
- Opening tag
- Content: Content of the element or another element(Child element)
- Some elements like img have no content
- Closing tag