Rajendra Markadrajendramarkad.hashnode.dev·May 3, 2023Important HTML & CSS for React DeveloperHTML: Image: To display an image, you can use the <img> element. Here's a basic example: <img src="image.jpg" alt="Description of the image"> Image with Attributes: You can add attributes to an image, such as width and height, like this: <img sr...Discuss·30 readsHTML
s-shemmeeshemmee.hashnode.dev·Jul 7, 2023My Journey to Becoming a Self-Taught Frontend/React Developer and UI DesignerIntroduction Have you ever stumbled upon a website with a design so cringe-worthy it made your eyes hurt? Or maybe you came across an interface that was mind-blowingly awesome, leaving you in awe of the genius behind it. Well, buckle up and join me o...Discuss·80 readsSelf-taught
Anil Sarkarcoderanils.hashnode.dev·Mar 5, 2023HTML Basic to AdvanceWhat is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display t...Discuss·81 readsHTML5 Full Course [FREE]HTML5
Vaibhav Tiwarivaibhavt896.hashnode.dev·Feb 5, 2023Become a Front-End Developer in 2023: A Comprehensive Guide to Mastering the Skills and Tools:-As technology continues to advance, the demand for front-end developers is increasing. Front-end developers play a crucial role in creating the user interface and user experience of a website or application. They use a combination of HTML, CSS, and J...Discuss·68 readsFrontend Developer
Eric Boisvenublog.ericb.dev·Jan 10, 2023From Construction to Software DevelopmentHere are a few tips I have for aspiring self-taught software developers out there. It can be a challenging journey, but it's worth it in the end. Just ask me - I spent 15 years in a job I hated before finally pursuing my passion for software developm...Discuss·64 readsSelf-taught
Usama Bhattiusamabhatti.hashnode.dev·Sep 15, 2022React - Center a component horizontally and verticallyIn this tutorial, we are going to learn about how to center a component horizontally and vertically in React with the help of examples. Consider, we have the following component in our react app: import React from 'react'; function Home(){ retur...Discuss·9.3K readsreact js