CSS Grid CSS Grid is a modern way of representing layout. It is the first CSS layout that comes up with a two-dimensional grid system. CSS Grid...
Flexbox in CSS Flexbox in CSS is the modern way to present a 1-dimensional layout. The main idea behind flexbox is to divide empty space inside a...
Positioning in CSS There are five types of positioning in CSS Static position Fixed position Sticky position Relative position Absolute...
Audio Tag <audio> tag is new in the HTML file used to attach an audio file to the website. When we want to add music to the webpage we can use audio...
Input Element The input element is used to take input from users. It displays a bordered row on the Webpage. input is a self-closing element we don't...
HTML Elements or Tags There are countless HTML elements but we will discuss some of them which are very useful. If we discuss the type of elements...