The id Selector
•The style rule below will match any element that has an id attribute with a value of "green":
• #green {color: green}
•
•<h1 id="green">Some text</h1>
•