Difference between inline and internal css?

1 answer

Answer

1248421

2026-04-04 02:45

+ Follow

Inline CSS sits within the HTML tag.

For example:

your text here

When using Internal CSS, all the CSS instructions sit in the section between tags.

To use Internal CSS you have to tell the page that you want it to use the css