Skip to content

2/6/2025

Form: Element represents a document section containing interactive controls for submitting information.

Input: Element used to create interactive controls for web-based forms in order to accept data from the user.

Label: Element that represents a caption for an item in a user interface.

Button: An interactive element activated by a user with a mouse, keyboard, finger, voice command, or other assistive technology.

Textarea: Element represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text, for example a comment on a review or feedback form.

Required Attribute: If present, indicates that the user must specify a value for the input before the owning form can be submitted.

A: Element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.

When working with an anchor tag, < a >, using one dot (.) opens files in current directory, and using two dots (..), opens files in one directory up, and so on and so forth.

Code & Curiosities