abdulrdeveloper.hashnode.devChai aur CSSIntroduction CSS stands for Cascading Stylesheet. Cascading is a word that is meant by overwriting. The stylesheet is just for styling. While overwriting the style of an element , Cascading first checks the (specificity + line). Specificity and ...Feb 1·7 min read
abdulrdeveloper.hashnode.devBrowser workingwhen we opened a website on browser, what happened behind the scene ?? we only write code, then how the browser loads everything and show the complete webpage to the client. This all happened through Browser. Basics of a Browser : So let’s try to und...Jan 29·3 min read
abdulrdeveloper.hashnode.devChai aur HTMLWeb Servers: Those servers who return HTML is known as Web Servers. HTML stands for " Hyper Text Markup Language. " Boilerplate: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=e...Jan 27·5 min read
abdulrdeveloper.hashnode.devUnderstanding DNS and Name ResolutionWhat is DNS? DNS stands for Domain Name System. It is a system that converts website names (like google.com) into IP addresses that computers can understand. When you type google.com in your browser, your computer does not know where google.com is lo...Jan 27·6 min read
abdulrdeveloper.hashnode.devUnderstanding Network Devices :If we need to transfer data from a computer to a mobile device, it can be done directly using a data cable. But when we need to transfer data between two computers, a direct cable connection does not work. In this situation, we use network devices fo...Jan 27·4 min read