MKmohit kaushikinmekaushik2121.hashnode.dev·Dec 11, 2022 · 2 min readCss SelectorsCSS is all about targeting an element from the web page and styling it. CSS has two things selectors and declaration. CSS Selectors: some of the important CSS selectors are as follows: . Class Selector : indicates with (.) character, let center as...00
MKmohit kaushikinmekaushik2121.hashnode.dev·Dec 10, 2022 · 2 min readHtml ElementsWe have a lot of code editors to where we write a code. some of them are Sublime text is a lightweight code editor Atom is one of those code editors which I used in my college days Jet brains Fleet which is recently coming up but it has got fewer plu...00
MKmohit kaushikinmekaushik2121.hashnode.dev·Dec 10, 2022 · 2 min readWeb Serverwhat is a web server? A web server is a computer that runs websites. The basic objective of the web server is to store, process, and deliver web pages to the users. The intercommunication is done using HTTP(Hypertext Transfer Protocol). The main job ...00