Overview of the course I have been following Hitesh Sir since my 1st year of BCA but only on youtube, I haven’t purchased any of his courses till my...
What is Scope ? The scope is the current context of execution in which values and expressions are accessible or can be referenced. In JavaScript, the...
What is git? Git is a open source distributed version control system. It is locally install on a system and keep track on the changes made in the...
What is Markdown? Markdown is a light-weight markup language used for formatting text. In this cheat sheet I have described all the necessary syntax...
What is CSS selector? CSS Selector is used to select any HTML element(s) such that you can style it. The syntax of CSS is selector {property:value}....
CSS positioning is a must know CSS property for every web developer. It is used to displace the element around a fixed reference point. Through CSS...