What are the types of CSS rules?

Questions by joel   answers by joel

Showing Answers 1 - 12 of 12 Answers

kadiri neeraja

  • Oct 19th, 2011
 

There are 3 types of CSS rules:
1>Inline mechanism
2>Internal mechanism
3>External mechanism

  Was this answer useful?  Yes

paps

  • Jan 8th, 2015
 

The @import: rule imports another style sheet into the current style sheet.
The @charset rule indicates the character set the style sheet uses.
The @font-face rule is used to exhaustively describe a font face for use in a document.
The !important rule indicates that a user-defined rule should take precedence over the authors style sheets.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions