HTML samples, ticks, and tidbits

An assortment of idea related to HTML and webpage markup.

Deactivate automatic capitalization

Shows how to deactivate automatic capitalization for text <input> elements.

Defining custom anchor links

Shows one way to define a custom anchor target in a webpage when your tool doesn’t support the id attribute.

Hide details until needed

Describes the <details> element, which lets you hide content until the user chooses to display it.