PSPragyamani Sharmainpragyamani.hashnode.dev·Jul 19, 2023 · 3 min readFlex Box(CSS)Introduction: In the world of web development, creating flexible and responsive layouts is crucial to providing optimal user experiences across devices. CSS Flexbox has emerged as a powerful tool for achieving these goals. In this article, we will ex...00
PSPragyamani Sharmainpragyamani.hashnode.dev·Jul 14, 2023 · 3 min readCSS SelectorsIntroduction CSS selectors are the building blocks of CSS, the language that defines how HTML elements look on the web. CSS selectors allow you to target specific elements and apply styles to them. In this article, we will cover the basics of CSS sel...02S
PSPragyamani Sharmainpragyamani.hashnode.dev·Jul 12, 2023 · 3 min readCSS GridIntroduction CSS Grid is a layout module that allows you to create two-dimensional layouts on the web, with rows and columns, without having to use floats or positioning. It is supported by all modern browsers and offers many features and benefits fo...00
PSPragyamani Sharmainpragyamani.hashnode.dev·Jul 11, 2023 · 3 min readAudio and Video Tag in HTML<Audio > Tag Before HTML5, the <bgsound> tag was used to add audio files to the page. The file would be played while the page was viewed, and there was no provision for the user to mute the sound. In HTML5, this problem was resolved with the <audio> ...00
PSPragyamani Sharmainpragyamani.hashnode.dev·Jul 11, 2023 · 2 min readInput ElementsIntroduction to Input Elements The HTML <form> element can contain one or more <input> elements which are used to collect different types of inputs from the user. Input elements make the web page interactive and take the response from the users. Foll...00