What is HTML?
HTML (HyperText Markup Language) is the foundation of all websites. It defines structure through elements and metadata, enabling browsers to render content.
- Standard syntax for web content
- Defines metadata and document structure
- Works with CSS and JavaScript for full websites
Minimal HTML Template
My First Page Hello, World!
Core HTML Concepts
Elements
Basic building blocks (e.g., `
`, `
`, ``)
Attributes
Modifiers for elements (e.g., `id="main"`, `src="/file.jpg"`)
Nesting
Structure through parent-child relationships like `
Text
Practical Examples
Paragraph & Heading Example
Simple Example Main Heading
This is a basic paragraph.
Link & Image Example
Link Example Elivik Blog![]()