NCNairitya Choureyinnairitya.hashnode.dev·Jan 27, 2023 · 11 min readThe Magic of FLEXBOXAre you tired of using CSS's float and position properties to make your layouts responsive? Using these properties can also be a bit frustrating and not so convenient. Thankfully there is Flexbox to make our life easier. So let's learn Flexbox to mak...00
NCNairitya Choureyinnairitya.hashnode.dev·Dec 26, 2022 · 4 min readAudio and Video in HTMLAdding audio and video content to your website can make it more interesting and interactive for the user. HTML provides us with <audio> and <video> elements to make that happen. In this article, we'll get to know about these elements and how to use t...00
NCNairitya Choureyinnairitya.hashnode.dev·Dec 25, 2022 · 7 min readA Dive into HTML Input ElementIf you are new to HTML, when you go to a website and enter your email id and password in different fields, have you ever thought about how are those fields created using HTML? Those fields are created using the input element. Not only are there many ...00
NCNairitya Choureyinnairitya.hashnode.dev·Dec 21, 2022 · 7 min readIntroduction to Web and HTMLIntro ⤵️ We are going to see what the web is, how it works, what is a server, and a quick brief intro to HTML to give you the essence of the Web Development World. Web ⤵️ World Wide Web(WWW) commonly known as the Web is an information-sharing system...00