GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET
Go To First  |  Previous Question  |  Next Question 
 ASP.NET  |  Question 105 of 164    Print  
what is the main difference between External and inline style sheet.

  
Total Answers and Comments: 3 Last Update: October 21, 2009     Asked by: Anita Singh 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 09, 2007 06:27:10   #1  
Jay Shanker        

RE: what is the main difference between External and i...
External stylesheets are styles defined in a standalone .css file. Inline styles are specified within the element definition itself for

ex: <. td style white-space:nowrap;

 
Is this answer useful? Yes | No
January 31, 2007 10:30:48   #2  
Saagar        

RE: what is the main difference between External and i...
Following are the differences



1. The external style sheet resides in a separate .CSS file that can be accessed from within any web-form or htm(l) page with the help of the statement. Whereas the inline style sheet can be written using style statement or