#attributes
Read more stories on Hashnode
Articles with this tag
Introduction to HTML input In HTML we use input tags to collect user inputs. Input tags are one of the most powerful tags in HTML considering their...
Introduction to audio in web pages We often see many websites, especially blogging sites with an audio player in them. These audio players play the...
Types of Lists in HTML Unordered List Ordered List Description List Unordered List An unordered list in HTML is a list of items that are...
Introduction to Images on websites Images are a common element of web design, and they serve several different purposes on websites. Some of the main...
Adding ID and CLASS attributes To add a class or ID to an HTML element using Emmet, you can use the following syntax: You can also add multiple...
Introduction to HTML Comments HTML comments are a way to add notes and explanations to your HTML code without them being visible to users when the...