Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 285 Bytes

Challenge-Add-ID-Attributes-to-Bootstrap-Elements.md

File metadata and controls

4 lines (3 loc) · 285 Bytes

Add ID Attributes to Bootstrap Elements

Recall that in addition to class attributes, you can give each of your elements an id attribute.

Each id should be unique to a specific element. Remember that you can give an element an id like this: <div class="well" id="center-well">