franc014 / all-semantic-html-elments

A project to learn more about semantic HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review of the HTML semantic elements

This Website documents all the HTML semantic elements. Please, feel free to send your PR with content related to each element; about what you have learned and want to share. This project is being built with the awesome Astro Build SSG. I'm using MDX for the content. You can see the elements' documentation defined on each file in /src/content/elements In the body of each .md file, You can add anything you consider relevant; including deletions and additions to the present content. Please, don't add fields to the frontmatter section of each file because it's already validated against types.

๐Ÿ‘€ Want to learn more about Astro?

Feel free to check our documentation or jump into our Discord server.

๐Ÿงž Astro Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI

About

A project to learn more about semantic HTML


Languages

Language:Astro 97.9%Language:JavaScript 2.1%