Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oscarotero/semantic-html

Collection of semantic HTML use cases
https://github.com/oscarotero/semantic-html

html html-markup html5 markup semantic-web

Last synced: 9 days ago
JSON representation

Collection of semantic HTML use cases

Awesome Lists containing this project

README

        

# Semantic HTML

Collection of semantic and accessible HTML patterns:

- [Page](html/page.md). Minimum html code required for any webpage
- [Abbreviations and acronyms](html/abbreviation.md)
- [Accordion](html/accordion.md)
- [Address](html/address.md)
- [Breadcrumb](html/breadcrumb.md)
- [Buttons](html/buttons.md)
- [Command line interfaces](html/cli.md)
- [Contact](html/contact.md)
- [Conversations](html/conversations.md)
- [Cookies banner](html/cookies-banner.md)
- [Creative work](html/creative-work.md)
- [Credit card form](html/credit-card.md)
- [Footnotes](html/footnotes.md)
- [Form fields](html/form-fields.md)
- [Glosary](html/glosary.md)
- [Headers](html/headers.md)
- [Hidden elements](html/hidden-elements.md)
- [Icon link](html/icon-link.md)
- [Language switcher](html/language-switcher.md)
- [License](html/license.md)
- [List](html/list.md)
- [Menu](html/menu.md)
- [Metadata](html/metadata.md)
- [Navigation bar](html/navbar.md)
- [Payment form](html/payment-form.md)
- [Pagination](html/pagination.md)
- [Passwords in forms](html/passwords-forms.md)
- [Product list](html/product-list.md)
- [Quotes](html/quotes.md)
- [Range input](html/range-input.md)
- [Scalar values](html/scalar-values.md)
- [Search](html/search.md)
- [Tables](html/tables.md)

---

Useful links:

- https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
- https://www.htmhell.dev/adventcalendar/2023/8/

---

Contributions like issues or pull request are highly appreciated.