Lab 2: HTML Table and Form

  • Table

    • Table

    • Table Caption

    • Table Header

    • Table Footer

    • Table Body

    • Table Row

    • Table Heading

    • Table Data

    • rowspan, colspan

  • Form

    • Form

      • Action, Method, Target, Id, novalidate, autocomplete

    • Fieldset, Legend

    • Label

      • for

    • Input

      • Type

        • text, password, email, submit, reset, button, hidden

        • radio, checkbox

        • date, time, datetime-local, month, week

        • color, file, image, number, range, tel, url, search

      • Id, Name

      • Value, Placeholder

      • Required, Autofocus, Disabled, Readonly

      • multiple, pattern, autocomplete

      • size, max, min, maxlength, step

      • list (Datalist)

      • form, formaction, formenctype, formmethod, formtarget, formnovalidate

    • Select

    • Textarea

    • Button

    • Datalist

    • Output

    • Option, Optgroup

Last updated