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;" . td>
Saagar
Jan 31st, 2007
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 "
alert("Your Internet Explorer Needs Google Chrome Frame to work properly");
What is the main difference between External and inline style sheet.