SAShah Alam Tyagiinshahalamtyagi.hashnode.dev·Jul 16, 2023 · 2 min readHow to fatch data from an api with simple step.This short tutorial will guide you through the simple steps of using the Fetch API for external data fetching within your React application. Let’s get started … Step 1: Create a new React application The very first step is to create a new React appli...00
SAShah Alam Tyagiinshahalamtyagi.hashnode.dev·Jul 6, 2023 · 2 min readHow to make a Navbar with simple steps.1. Creating The Folder Structure For Navbar I have created a folder for myself called Navbar and inside this folder with Visual Studio code which will be my editor in which I will write my HTML and CSS code Once the folder is open in visual studio co...01M
SAShah Alam Tyagiinshahalamtyagi.hashnode.dev·Jul 6, 2023 · 3 min readBlog on HTMLWhat is HTML? HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is a combination of Hypertext and Markup language. Hypertext defines the link between web pages. A markup language is used to define...00