Hypertext Markup Language (HTML)
HTML is the foundation of web development and one of the most essential technologies used for creating websites and web applications. It provides the basic structure of a webpage by organizing content using elements such as headings, paragraphs, images, tables, forms, links, lists, audio, and video components. HTML enables developers to create structured and meaningful web content that can be displayed properly across different browsers and devices. It plays a fundamental role in frontend development and works together with CSS and JavaScript to build complete and interactive websites.
We offer industry-focused lessons based on real-world web development and hands-on practical experience.
VS Code Extensions
| Sr.No. | Extension Name |
|---|---|
| 1 | HTML CSS Support |
| 2 | Prettier - Code Formatter |
| 3 | indent-rainbow |
| 4 | Auto Rename Tag |
| 5 | HTML Boilerplate |
| 6 | html tag wrapper |
Lessons
| Lesson # | Title | Description | Controls |
|---|---|---|---|
| 1 | Basic Structure and Run Code | Tags like Doctype, html, head, title and body. How to run the code. | |
| 2 | Text Elements | Heading, Paragraph, Line break, Bold, Italic, Emphasize, Underline, Deleted, Inserted, Subscript and Superscript, Abbreviation and Citation | |
| 3 | Lists | Ordered, unordered and descriptive lists | |
| 4 | Link using Anchor Tag | Use only Anchor tag <a>, for internal-links and external-link | |
| 5 | Images | <img> tag to display images on web pages, including best practices for attributes like src, alt, width, height, and responsive image handling for better performance and design. | |
| 6 | Inline and Block Elements | List of inline and block elements in HTML. Explanation of their behavior | |
| 7 | Tables | Use <table>, <tr>, <th>, and <td> elements, along with <thead> and <tbody> | |
| 8 | Website Layouts | Components like header, navigation, content area, sidebar, and footer, along with common layout types such as 1-column, 2-column, and 3-column designs for responsive web development. |