HTML Mastery: 6-Day Learning Journey


Topics: Boilerplate | File path | Class and Id

HTML Boilerplate Code

The HTML Boilerplate is the standard starting template of every HTML document.

code

boilerplate code

HTML Document Structure


File path

File paths tell the browser where to find a file (image, CSS, JS, etc.).

Types of File Paths

Why Browsers Block System Absolute Paths?


Class, div and Id

<div> in HTML

code

div

Class Attribute

code

class

ID Attribute

code

id

Combining Div, Class & ID