Welcome to the HTML tutorial by Push Dev
What is HTML and why it's important to write semantic HTML, how to use tags, following conventions and apply best practices? Bear with us and we'll teach you how to code the best HTML pages.
- The basics
- Writing other HTML Tags
- Writing semantic HTML
- Forms and validations
- Accessibility
- SEO basics
- TODO@you: Code an HTML form with semantic tags, accessibility and SEO best practices:
- Create a new branch named
feature/html-form - Inside the root of git repo, create
form.html. - Copy the layout from 3-semantic-html into the
form.htmlfile. - Inside the
<section>element, copy the<form>from 5-Accessibility. - Follow the steps to optimize the form for SEO.
- Enable your fork repo to use github pages by going to repo settings and select master branch as Source.
- Go to your
github.io/html-tutorial/url. - Install Lighthouse Chrome plugin
- Run a lighthouse test without selecting
progressive web appand check the results - Can you make more optimizations?
- Create a new branch named