I am a student currently learning web development.
Git helps to keep track of code at specific intervals. · Initialize a git repo git init Add files to the staging area git add fileName OR git add...
MARKDOWN helps to structure a document for easy readability. It has syntax which somewhat resembles HTML. HEADINGS Headings are written using the #...
Position helps you to position a element in the according to the position property. The top, right, bottom and left properties helps us to shift a...
A guide to learn and use selectors in a efficient way! · What are selectors? Ans) Selectors can be called as patterns used to select HTML elements. A...
Combinators are a type of selectors which helps in combining various selectors. As a side note if you use combinators, you also create a higher...
This concept is very important to understand as a beginner. It makes the scope concept very clear. There are three ways by which variables are...