ECEngineering Coderinstarting-my-mern-stack-journey.hashnode.dev·Sep 21, 2024 · 4 min readGetting 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 ...00
ECEngineering Coderinstarting-my-mern-stack-journey.hashnode.dev·Sep 21, 2024 · 1 min readTools required to get startedWhy VS Code ? VS Code is the most popular code editor developed by Microsoft. It is simple and free for use. It is available for various operating systems be it windows, mac or linux. Many developers use it for various development tasks. It has a...00
ECEngineering Coderinstarting-my-mern-stack-journey.hashnode.dev·Sep 21, 2024 · 3 min readBasics of HTML, CSS, & JavaScriptHTML What is HTML? HTML(Hypertext Markup Language) is a language used to create and structure content on the web. Why it is important? Structure and Layout Accessibility SEO Compatibility Reasons to learn:- HTML is an important building block...00
ECEngineering Coderinstarting-my-mern-stack-journey.hashnode.dev·Sep 19, 2024 · 4 min readStarting my MERN Stack journeyIntroduction Starting my journey into the MERN stack has been an exciting venture into web development. As I explore this powerful framework, I aim to document my experiences and insights, sharing what I learn along the way. Explanation of the MERN S...00