Semantic HTML

Semantic HTML means using tags that describe the meaning of content — like <header>, <nav>, <article>, and <footer> — instead of generic <div>s. It makes…