Answered On : Jan 9th, 2007
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>
Answered On : 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 "