RMRajendra Markadinrajendramarkad.hashnode.dev·Sep 24, 2023 · 1 min readCSS: FLEXBOX FROGGY Puzzles"Now It's Your Turn: Play Flexbox Froggy and Hone Your CSS Skills! Flexbox Froggy is not just a fun game; it's also an incredible learning resource. Now, it's your turn to dive into the world of flexbox and tackle these engaging puzzles. Head over to...00
RMRajendra Markadinrajendramarkad.hashnode.dev·May 3, 2023 · 12 min readImportant 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...00
RMRajendra Markadinrajendramarkad.hashnode.dev·May 1, 2023 · 2 min readEssential HTML & CSS for React DeveloperAs a React developer, understanding essential HTML and CSS concepts is crucial because React applications are typically built on top of these technologies. Here are some fundamental HTML and CSS concepts that every React developer should be familiar ...00
RMRajendra Markadinrajendramarkad.hashnode.dev·Apr 30, 2023 · 3 min readHTML Cheatsheet<html>: The root element of an HTML document that contains all other elements. <head>: Contains metadata about the document, such as the title and links to external resources. <meta>: Provides metadata about the document, like character encoding. ...00