What are Semantic Elements?
A semantic element clearly describes its meaning to both the browser and the developer.
Examples of non-semantic elements: <div>
and <span>
- Tells nothing about its content.
Examples of semantic elements: <form>
, <table>
, and <article>
- Clearly defines its content.
Emmet:-it is a tool used to increase productivity, and it installed by default in vs code. ex-! (boiler plate code) https://docs.emmet.io/cheat-sheet/
0 Comments