EN

Modern css kills js

Modern CSS is evolving at an incredible pace. Tasks that previously required heavy libraries or complex JavaScript scripts are now becoming native par…

javascriptcssweb
Dev.to
EN

label and Input Tag

1.Input Tag The <input> tag defines an input field where users can enter data in a form. It is the most important form element in HTML. <inpu…

htmlcsslearning
Dev.to
EN

shadcn/ui is Not a Component Library

Originally published on subhanfarrakh.com/blog The Standard Model is Broken Every team I've worked on has had the same conversation at some point: "Th…

reactcss
Dev.to
EN

Class and Pseudo Class

HTML Class Attribute The class attribute in HTML assigns one or more class names to elements so they can be styled with CSS or manipulated using JavaS…

beginnerscsshtmlwebdev
Dev.to
EN

NonSemantic Tags in HTML

What are Non Semantic Tags in HTML? Non semantic tags are HTML tags that do not tell you what kind of content they contain. They are just general-purp…

htmlcssnonsemantic
Dev.to
EN

Semantic Tags in HTML

What are Semantic Tags in HTML? Semantic tags are HTML tags that clearly describe the meaning or purpose of the content inside them. semantic means “w…

semantichtmlcss
Dev.to