#web-development
Read more stories on Hashnode
Articles with this tag
What are Strings? The string object is used to represent and manipulate a sequence of characters. 1.at(): This method takes the argument as an index...
What is variable? A Variable is a place holder/container for storing data. The general rule of declaring variables: must be identified with unique...
Media query is a technique that is introduced in CSS3 . It is used to make responsive webpages which helps targetting different types of devices. It...
Flex layout is used to give the container the ability to alter its item's width/height (and order) to best fill the available space. A flex container...
What are CSS selectors? CSS selectors define the pattern to select elements to which a set of CSS rules are then applied. Types of CSS...