EN

HTML TAGS & CSS PROPERTIES

What are HTML Tags? HTML documents consist of a series of elements, and these elements are defined using HTML tags. HTML tags are essential building b…

webdevfrontendcsshtml
Dev.to
EN

HTML

HTML (HyperText Markup Language) is the standard language used to create web pages. Every website starts with HTML. It helps structure the content of …

htmlwebdevprogrammingcss
Dev.to
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

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

HTML and CSS

SEMANTIC TAGS A semantic element clearly describes its meaning to both the browser and the developer. Examples of non-semantic elements: div and span …

csswebdevhtmlprogramming
Dev.to