• ID selector in CSS

    ID selector in CSS
    in css, id is used to style the element with the specified id.
  • The id attribute in HTML

    The id attribute in HTML
    in html, the id attribute is used to specify a unique id for an html element (the value must be unique in the html file).