Semantic HTML
What is Semantic HTML?
Semantic HTML is the practice of using HTML elements that describe their meaning both to the browser and to developers. Instead of using generic containers like <div> and <span> for everything, semantic HTML uses elements such ...
ronohcodes.hashnode.dev6 min read