RIRavi Indrainraviacts035.hashnode.dev·Nov 19, 2022 · 5 min readUnderstanding CSS selectors | week2In this article we are going to learn selectors one of the important topic of CSS. Selector is an Initial thing that matters between the CSS and HTML. We use CSS to style the HTML elements, here selectors helps web designer to target elements to whom...01A
RIRavi Indrainraviacts035.hashnode.dev·Nov 6, 2022 · 5 min readIntro to Apache Server and HTML | day1 blogIntro to Web Web connects billions of clients and servers to communicate. Client and server communicates and share things through web. The web server receives the request, finds the resources and return the response to the client. A client sends re...00