General
Semantic tag vs Non-Semantic tag
Mathu varshtih Dev.to (EN Zone)
1 views
Semantic tags
Semantic tags describes is meaning in human readable language. Looking at the tag we can tell what tag it is.
for example:
<header - represents top header content.
<nav> - holds the navigation link.
<footer> - holds bottom footer/copyright information.
Non-Semantic tags
Non-semantic tags tells us nothing about the content inside the tag.
for example:
<div> - A block level container used to group elements together
<b> - to make the text or letter bold.
Read original: https://dev.to/mvarshith/semantic-tag-vs-non-semantic-tag-1cig
← Previous
The benchmark everyone cited for "fastest backend" was archived in March, and the reason is the interesting part
Next →
validation-br 2.0: Validação em TypeScript, zero dependências
Related
How LinkedIn "Bold" Text Actually Works (It's Not Bold At All)
General
1
Dev.to (EN Zone)
Google ADK Callbacks Are a Policy Plane, Not Just Hooks
General
3
DEV Community 周榜
How I Modelled My Power BI Data — Data Modelling, Relationships & Joins (Kenya Crops Dataset)
General
2
DEV Community 周榜
Don't Panic! Decoding Your First Python SyntaxError Like a Pro
General
3
DEV Community 周榜
Comments0
No comments yet — be the first