Welcome to Team Stacks' HTML Guide.
Check out the links below to see the different examples of how HTML elements can be used!
- Every page on this website utilizes tags like html, head, body, footer, style, meta, link, and nav.
- Formatting
- Shows usage of tags that provide additional meaning to text.
- Forms
- Example of a form with controls such as text fields, buttons, drop-down menus, and progress bars using HTML elements like progress, option, and input.
- Images
- Explores tags such as img, figure, figcaption, map, and area
- Layouts
- Shows usage of different layouts tags like article, section, aside, div, iframe, span, address, etc.
- Lists
- Shows usage of different tags like ul, ol, dl, dt, dd for listing items.
- Media
- Shows usage of different media tags such as video, audio, source, track, embed, object, and param.
- Ruby
- Shows usage of ruby tags for East Asian typography.
- Scripts
- Uses script, noscript, canvas, and templates.
- Style
- Shows usage of tags that are used to change the appearance of text.
- Tables
- Example using all table-related HTML tags such as tr, td, caption, and more.