156k views
5 votes
Similarities between inline css and internal css​

User MirekE
by
6.0k points

1 Answer

2 votes

Answer:

CSS can be applied to our website's HTML files in various ways. We can use an external css, an internal css, or an inline css.

Inline CSS : It can be applied on directly on html tags. Priority of inline css is greater than inline css.

Internal CSS : It can be applied in web page in top of the page between heading tag. It can be start with

User Nagaraju Badaeni
by
6.7k points