Tabish Iqbaltabishanenenu.hashnode.dev·Jun 11, 2023Introduction to Web & HTMLGetting Started with the Web What is the web/www? The world wide web (www) is also known as the Web. The web is the collection of millions of computers that are connected for the interchange of information via different websites. What is a webpage? A...Discuss·119 readsiwritecode
Ankita Dasankita11.hashnode.dev·May 10, 2023An Introduction to Web and HTMLLet's Explore the concept of a Web Server. A web server can exist as either hardware or software. On the hardware side, a web server stores web server software and web components such as HTML documents, CSS stylesheets, JavaScript files, and images. ...Discuss·16 likes·264 readsiwritecode
Kaushik Gabhanekaushik543.hashnode.dev·Mar 16, 2023💚 React Day 2 🚀💥 Preface : In this article first, we will learn about some common terms which come into this article and then we will add React to our existing project and make it production ready. 🎯Basic terms : 🎟️ What is npm? npm is the largest registry for ...Discuss·2 likes·71 readsReact#iwritecode #hiteshchoudhary #LCO #markdown #git #github
Kaushik Gabhanekaushik543.hashnode.dev·Mar 12, 2023💚 React Basics 🚀🙂 Preface: Hello everyone, after a long time I am starting a new series for react. This series will be covering react basics and some intermediate topics which I am going to learn in the next few days. 💥 What is React.js? React.js is a javascript ...Discuss·2 likes·35 readsReact#iwritecode #hiteshchoudhary #LCO #markdown #git #github
Goudhamgoudhamt.hashnode.dev·Feb 27, 2023Media Query in CSSMedia query allows to apply styling based on general device type(like mobile, laptop, computers) or based on screen resolution or viewport width general syntax @media [all,not,only] [mediatype] logicaloperator(and,not,or) [media feature expression] {...DiscussCSS beginner to expert#iwritecode #hiteshchoudhary #anuragtiwari #html
Goudhamgoudhamt.hashnode.dev·Feb 27, 2023Position in CSSWhat is Position? property sets how an element is positioned in the document, top, right, bottom and left property determines the final location in the document we have five different ways to declare positions are: position: absolute; positio...DiscussCSS beginner to expert#iwritecode #hiteshchoudhary #anuragtiwari #html
Goudhamgoudhamt.hashnode.dev·Feb 25, 2023Audio & video Tags in HTMLAudio the <audio> is an HTML element to embed audio content into documents, it may contain one or more audio sources represented using the src attribute or source tag, and the browser will choose the suitable one It supports .mp3, .wav and .ogg forma...DiscussLearn HTML from scratch#iwritecode #hiteshchoudhary #anuragtiwari #html
Goudhamgoudhamt.hashnode.dev·Feb 22, 2023Flex in CSSWhat is Flex: Flexbox layout aims to provide an efficient way to layout, align and distribute spaces among items in the container even when item size is unknown or dynamic An important property to make a container or parent object into Flex is displa...DiscussCSS beginner to expert#iwritecode #hiteshchoudhary #anuragtiwari #html
Ramesh Naik Muderameshnaik.hashnode.dev·Feb 21, 2023selectors in CSSUniversal Selector(*for whole document): In the universal selector, we use the * symbol. star (*) means the whole document. The universal selector (*) selects all HTML elements on the page. Syntax: Input: Output: 1. Individual Selector: T...Discuss#iwritecode #hiteshchoudhary #anuragtiwari #html
Goudhamgoudhamt.hashnode.dev·Feb 11, 2023CSS Basics and SelectorsWhat is CSS? CSS - Cascading Style Sheet is a stylesheet language used to describe the presentation of a document written in HTML Let's check how to write CSS and its usage, first let us see how to write CSS as inline property to an element I require...Discuss·31 readsCSS beginner to expert#iwritecode #hiteshchoudhary #anuragtiwari #html