#javascript
Read more stories on Hashnode
Articles with this tag
Tailwind CSS is an open-source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap, it does not...
1. FRONTEND MENTOR Solve real-world HTML, CSS, and Javascript challenges, whilst working with professional design. Link:...
Que- What is Traversing the DOM? Ans- Everything in an HTML DOM is a node; the entire document, every HTML element, text inside HTML elements,...
We are going to follow 3 main steps: html { font-size: 62.5% } Use "rem" instead of "px" Update media query Step 1 • Set the font size of html to...
HTML INPUTS The <input> HTML element is used to create interactive controls for web-based forms to accept data from the user; a wide variety of types...