SASai Archanainsaiarchana.hashnode.dev·Feb 20, 2023 · 3 min readIntroduction to ReactWhat is React React is a Library. What is Library, Library is a part of the framework which gives some additional features to build upon. So under the framework, we can download and use React library along with many more libraries. React is a JS libr...00
SASai Archanainsaiarchana.hashnode.dev·Feb 15, 2023 · 3 min readCSS SelectorsAbout CSS Selectors Cascading Style Sheets (CSS) are used to style webpages. We can change the color, font size, background page color and many many more using the css style sheets. Basic Syntax in html We can add the style tag between the head and b...00
SASai Archanainsaiarchana.hashnode.dev·Nov 7, 2022 · 3 min readIntroduction to webHello friends, let us talk about Web, WebServers,html in this blog. What is web The web/website consists of simple html pages which is rendered by the web server and gets diplayed to the end user on the Internet browser. What is WebServer WebServer i...00