idev0085 / react-boilerplate

0 stars 0 forks source link

Sementic Element in HTML #116

Open idev0085 opened 1 year ago

idev0085 commented 1 year ago
Examples of semantic elements: 
<form>, <table>, and <article> - Clearly defines its content.
Examples of non-semantic elements: 
<div> and <span> - Tells nothing about its content.