#hiteshchoudharylco
Read more stories on Hashnode
Articles with this tag
What is Array? · Arrays are generally described as "list-like objects" they are single objects that contain multiple values stored in a list. the array...
Git is a version control system used for tracking changes in our computer files. it is generally used for source code management in software...
The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. In CSS...
what is the use of this tags? · The audio tag is used to embed sound content in a document, such as music. the audio tag contains one or more tags with...
what are the input types? · The input type elements specify an input field where you can enter the data. the input element is the most important form...
basics of media query · Media Query allow you to apply CSS styles depending on the presence or value of device characteristics. It's common to apply a...