#html5
Read more stories on Hashnode
Articles with this tag
HTML (Hypertext Markup Language) is the standard markup language for creating web pages. It provides a set of predefined elements, each with its...
What is an Array?๐ค In JavaScript, array is an object that represent a collection of similar type of elements. //Syntax const...
Quick guide about Selectors ยท What is a Selector? Selectors are used to select the content you want to style. Selectors are the part of CSS rule set. CSS...