4. HTML basics#
Objectives
- Understand the difference between elements, tags, content, and attributes 
- Explain the function of - <head>and- <body>in a web page
- Understand the difference between block and inline-block elements 
- Be familiar with basic tags for headings, paragraphs, lists, links, and images 
- Be aware of file path structure: all lowercase, use hyphen (-) to separate words instead of a space (no spaces allowed) 
- Understand the importance of web page validation 
- Know how to use browser dev tools 
- Use Git for version control 
