CoursesAboutContactsPricing
Sign In
Privacy PolicyTerms of useSales and Refunds

© 2025 CodEssay Platform. All rights reserved.

    HTML Part 3: Forms and Input Elements

    Level: beginner
    Subject: html
    Access: Free

    Learn about HTML forms, input types, validation, and accessibility considerations.

    Chapters

    Form Structure and Attributes

    Understand the <form> element and common attributes like action, method, enctype, novalidate, and autocomplete.

    Topics: form structure

    Input Types Overview

    Introduction to various input types and their purposes.

    Topics: input types

    Text Inputs

    Learn about text inputs and related attributes like placeholder, maxlength, readonly, and required.

    Topics: text inputs

    Email and Password Inputs

    Explore email and password input types and their validation.

    Topics: email inputs, password inputs

    Number and Range Inputs

    Understand number and range inputs with min, max, and step attributes.

    Topics: number inputs, range inputs

    Date and Time Inputs

    Learn about date, time, and datetime-local input types.

    Topics: date inputs, time inputs

    Form Controls: Buttons

    Explore button elements and input types for submit and reset.

    Topics: buttons

    Checkboxes and Radio Buttons

    Understand checkboxes and radio buttons and how to group them.

    Topics: checkboxes, radio buttons

    Select Dropdowns and Options

    Learn about select, option, and optgroup elements.

    Topics: select dropdowns

    Textareas

    Explore the textarea element and its common attributes.

    Topics: textareas

    Form Validation Basics

    Understand built-in HTML5 validation attributes and custom validation messages.

    Topics: form validation

    Accessibility Considerations in Forms

    Learn how to make forms accessible using labels, ARIA attributes, and keyboard navigation.

    Topics: accessibility