News

Id's in html are generally used as unique identifiers for the elements present in the dom but it is not a compulsion to have only one element with a unique id, which means you can have multiple ...
To select this element with JavaScript, you can use the document.getElementById() method, which takes the ID as a parameter and returns the corresponding element.