About Lesson
Chapter 01: Basics OF HTM
1.1 Introduction to HTML
- What is HTML?
- Definition and purpose.
- Basic structure of an HTML document.
- HTML Elements
- Tags, attributes, and content.
1.2 Basic HTML Document Structure
- DOCTYPE Declaration
- <!DOCTYPE html>
- HTML Tags
- <html>
- <head>
- <body>
- Metadata Tags
- <title>
- <meta>
1.3 Basic Tags and Text Formatting
- Headings
- <h1> to <h6>
- Paragraphs
- <p>
- Line Breaks
- <br>
- Horizontal Rules
- <hr>
- Text Formatting
- Bold: <b> or <strong>
- Italics: <i> or <em>
- Underline: <u>
- Superscript: <sup>
- Subscript: <sub>