Web fundamentals that aren't well-known - Part 1
HTML :
HTML5 provides descriptive tags for better accessibility and SEO
main,
header,
footer,
nav,
video,
article,
section
and more.
Good practice checkbox (also applicable for radio buttons):
<label for="caring">
<input type="checkbox" nam...
codingcreature.hashnode.dev2 min read