Computer Science, asked by SkGupta6396, 2 months ago

Q. What are the rules to override any style sheet in HTML ?​

Answers

Answered by jitendramishra26
1

Answer:

The following is the rule to override any Style Sheet Rule.

Any inline stylesheet takes the highest priority. Therefore, it will override any rule defined in <style>...</style> tags or rules defined in an external style sheet file

Similar questions