Creating Element Ids
•One way to identify elements in an HTML document is to use the id attribute.
•Id names must be unique.
•Id names are not case sensitive.
•See some of the h3 headings in our syllabus.
•