Back End with NodejsWhat is a Website and Web Application? Website:- A set of pages of information on the internet about a particular subject, published by a single person or organization. Examples:- Wikipedia, News, Blogs Web Application:- A web application is a comput...Feb 3, 2024·1 min read
COMPLETE GUILE TO HTML ( practical)WHAT IS HTML? HTML is an acronym that stands for HYPER TEXT MARKUP LANGUAGE, which defines the meaning and structure of the website.Feb 2, 2024·1 min read
Introduction To webPrior to delving into the subject matter, it is crucial to understand code editors, which are essential resources for web developers. what is Code Editor? Code editors are indispensable tools for developers, enabling efficient coding with features l...Jan 30, 2024·4 min read
CSS Text StyleA Web Series on Crafting Digital Worlds(Part:2) .p--->selector{ font-family: Arial;}---->declarator the selector that more specific has higher priority,class name selector > element name selector example:- <p class="video-stats">3.4M views ...Jan 26, 2024·2 min read