HTML Recipes

Semantic HTML markup for common UI patterns, whether Angular, React, Vue, or any other template.

Note that these recipes can appear visually however you want, thanks to CSS. The focus here then is not visual, but on good, semantic markup which provides better accessibility, readability, and maintainability.

Checkbox List

fieldset and legend to label a related collection of checkboxes.

Login

article, header, form, and footer for creating a user login form.