8 lines
		
	
	
		
			296 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			296 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: 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"> |