HTML Id AttributeThe id attribute is used to specify the unique ID for an element of the HTML document. It allocates the unique identifier which is used by the CSS and the JavaScript for performing certain tasks. Note: In the Cascading Style sheet (CSS), we can easily select an element with the specific id by using the # symbol followed by id.Note: JavaScript can access an element with the given ID by using the getElementById() method.SyntaxExample 1: The following example describes how to use the id attribute in CSS document: Test it NowOutput: ![]() Example 2: The following example describes how to use the ID attribute in JavaScript. Test it NowOutput: ![]() Browser Support
Next TopicHTML List Box
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week