#iwritecode
Read more stories on Hashnode
Articles with this tag
Prototypes in JavaScript: An Object is one datatype of JavaScript. Objects can be created using various methods in JavaScript. Every object in...
What is JavaScript? Javascript is the most famous programming or scripting language. It allows you to implement complex features on a webpage. enables...
What is Pseudo-element? Pseudo-elements are used in CSS to style particular elements of the webpage. For adding style to a particular state such as...
CSS Selectors are used for selecting different types of elements or content from an HTML to add style to a webpage. There are different types of...
What is Server? It is simply a thing that can serve. It accepts the user's request and gives appropriate output in the form of a response. For...