1. Create a normal HTML file. It should contain the following tags along with their closing tags.
<!DOCTYPE html >
 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
2.Make  a generic box that you can use to apply styles:
<div class="classdescname"></div>
3. give the same class name to a tag that you want to have similar features. So if you have five boxes and  3 of them have the exact look,  then assign the class to those 3 tags.
4.For every elements group with a  unique style, you should assign a new class for it.
					
					
					
				
				
				
				Assigning CSS Classes
1. Create a normal HTML file. It should contain the following tags along with their closing tags.
<!DOCTYPE...
	
		assigning css classes
		1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


 
					 
				
				
			







