06-06-2017, 09:42 AM 
		
	
	
		Explain how can you integrate CSS file to your webpage?
	
	
	
	
| 
				
				 
					Explain how can you integrate CSS file to your webpage?
				 
			 | 
		
| 
	 
		
		
		06-06-2017, 09:42 AM 
		
	 
	
		Explain how can you integrate CSS file to your webpage?
	 
	
	
	
		
		
		05-31-2018, 10:08 PM 
		
	 
	(06-06-2017, 09:42 AM)Kajal Wrote: Explain how can you integrate CSS file to your webpage? External : <link href="Path to css File" type="text/stylesheet" rel="stylesheet"> Internal (Place this code in header section , before</head> ends) Linking : <style> h1{ colr:red; } </style> inline : <p style="color:red;font-weight:bold;">This is a Heading</p>  | 
| 
				
	 
					« Next Oldest | Next Newest »
				 
			 | 
		
| Possibly Related Threads... | |||||
| Thread | Author | Replies | Views | Last Post | |
| Setting the Action Attribute to a Script File | beingchinmay | 0 | 3,381 | 
		05-03-2016, 04:56 PM Last Post: beingchinmay  | 
	|