RRahulinrahul1010.hashnode.dev·Apr 2, 2023 · 3 min readMy first backed ProgramHow to Create Express Backend program lets understand step by step:- First we need to go to the directory and folder-where we want to create our node js program so we will use command prompt in our pc. ( let suppose FSJS is the folder and the loca...00
RRahulinrahul1010.hashnode.dev·Dec 10, 2022 · 1 min readCSS LearningWhat is CSS? CSS (Cascading Style Sheets) allows you to create great-looking web pages. CSS is used to style and lay out web pages — for example, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add ani...00
RRahulinrahul1010.hashnode.dev·Dec 5, 2022 · 7 min readHTML-LearningHTML Elements An HTML file is made of elements. These elements are responsible for creating web pages and define content in that webpage. An element in HTML usually consist of a start tag , close tag and content inserted between them. Technically, a...00
RRahulinrahul1010.hashnode.dev·Dec 5, 2022 · 3 min readWhat is website & web-serversA web server is a computer that run website.it is a computer program that distribute web pages as they are requisitioned and when web client make request to web server. The web server receives the request and fined the resolution and returns the nece...00