Sumali sa IDNStudy.com at makakuha ng mga sagot ng eksperto. Tuklasin ang mga maaasahang impormasyon sa anumang paksa sa pamamagitan ng aming network ng bihasang mga propesyonal.

Enumerate the priority of CSS?

Sagot :

Answer:

Inline CSS has a higher priority than embedded and external CSS.

So the final order is:

Value defined as Important > Inline >id nesting > id > class nesting > class > tag nesting > tag.