Engineering Coderstarting-my-mern-stack-journey.hashnode.dev·Sep 21, 2024Getting Started ( First Program - Hello World! || Comments, Tags v/s Elements and Attribute || HTML Entities )First Program - Hello World! Basics of HTML HTML stands for Hyper Text Markup Language. It is the standard markup language for creating Web pages. If our websites are buildings then HTML is the most basic building block of the Web. It defines the ...first program
Kartik Sangalkartik-devops.hashnode.dev·Aug 30, 2024Chapter - 1To initialize the Node JS project, run the following command in the terminal: $ npm init It will prompt you some questions (name, version, description, entry point, etc.). You can either answer them or press Enter to accept the defaults. At the end, ...2 likesNode.js