Computer Science, asked by anurag7367, 11 months ago

state difference between inline internal and external style sheets

Answers

Answered by Anonymous
26

Hi! Well, there is a big differnce between all of them:

Internal style sheets are the ones that you write within the same html file,i.e, the html code and CSS code are in the same file.

External style sheets are those that are in a separate file than the html code,i.e, the html file is separate(.html) and CSS file is separate(.css).

The CSS file is used in the html file by referring to it's file name.

Hope this helps you!

Answered by Sauron
12
inline style are defined in html tags itself where as external stylesheets are defined in external files names css files
Similar questions