View Categories

HTML5 Intermediate

7 Chapters

Tables

Last Updated: December 3, 2025

HTML tables are used to display data in a grid format with rows and columns. While CSS is used to...

Introduction to Forms

Last Updated: December 3, 2025

Forms are the central element used to collect input from a user and send that data to a server for...

Input Types and Attributes

Last Updated: December 3, 2025

The <input> element is the workhorse of HTML forms. It is a void element (self-closing) used to create many different...

Advanced Form Elements

Last Updated: December 3, 2025

While the <input> tag handles many common scenarios, other dedicated elements are required for more complex user inputs, such as...

Form Validation (Client-Side)

Last Updated: December 3, 2025

Client-side validation is the process of checking user input directly in the user’s browser, providing instant feedback and preventing unnecessary...

IDs, Classes, and Block vs. Inline

Last Updated: December 3, 2025

1. The id Attribute The id attribute is used to provide a unique identifier to a specific HTML element. 2....

Entities and Special Characters

Last Updated: December 3, 2025

HTML Entities are special codes used to represent characters that are either reserved in HTML (and would be misinterpreted as...

Scroll to Top