Pseudo- Classes & Elements
Pseudo classes start with`:` and Elements with`::`. Why both work in some cases ? Let's find out why is that and understand what actually are these
Nov 18, 20224 min read165

Search for a command to run...
Articles tagged with #html5
Pseudo classes start with`:` and Elements with`::`. Why both work in some cases ? Let's find out why is that and understand what actually are these

Semantic and Non-Semantic Tags Semantic Tags are the tags that have a meaning in themselves and tell us about the content inside the tags. E.g form, header tags Non-Semantic Tags are the tags that do not tell about the content written inside them....