#ineuron
Read more stories on Hashnode
Articles with this tag
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...
What is a Web Server A web Server is a combination of both hardware and software working together. On the hardware side, it stores the website's...