© 2023 Hashnode
#hiteshchoudhary
Introduction JavaScript is the most hated and the most loved programming language in the world and those people who do not like it is just because they don't understand how it is working behind the sc…
In our daily life, we use the web so much that whenever we need any information we directly jump into the internet and get the information, but what actually happens when you type something and get th…
CSS Selectors CSS selectors are used to target specific elements on a web page, allowing you to style them using CSS rules. There are several different types of selectors, each with its own unique s…
Git is a simply version control system. which is used to maintain the version of our projects. because if sometimes you add few changes in your existing project then git have already a previous versio…
HTML is easy and so used so everybody know proficient knowledge of HTML there is some topic which is taking care is needed so you don't make mistakes 1)FORM ⇒ GET VS POST we have to given action in …
let us discover our most advanced useful selectors one by one. Before commencing into the selectors, we need to know one thing i.e., The selectors are used to add colors to the text and background col…
Hello! Welcome to the blog 🤗 I have a request. Before reading this article, please read my previous article which is HTML Basics and Fundamentals. And, please read and learn the basic concepts of CSS…
Flexbox Flexbox Properties Display Flex-Direction Justify-Content Align-item Flex-Wrap Gap Flex-Grow Align-Self Order Flexbox It is easier to design flexible responsive layout structure wit…
Position Types of Positions Static Fixed Sticky Relative Absolute Position It is used to define position of a element in a page.You can set position of a element over a page using positions.The…
Pseudo class : Pseudo Classes use to define to give special character an elements or define a special state of elements to out side of the document tree. Like add, hover, focus, visited, link etc. s…