The id attribute specifies a unique id for an HTML element. The id attribute is most used to point to a style in stylesheet, and by JavaScript manipulate the element with the specific id using method getElementById(). We will also understands the difference between class and ID.
See Full Playlist on HTML, CSS and JavaScript:
• HTML, CSS and JavaScript
See Full Playlist on Data Structures: • Data Structures
#HTML #id #AnimatedStudy