logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the rules in CSS ruleset?


  • Correct Answer
  • CSS consists of two types of CSS rules, first is for ruleset which identifies the style and the selector It combines the style and the selector Ruleset is a combination of CSS rules, for example: h1{text-color: 15pt;}, where this is the CSS rule Ruleset is selector + declaration for example: h1 + {text-color: 15pt;} 


  • Technology problems


    Search Results


    • 1. What is the use of CSS sprites?
    • Discuss
    • 2. What is CSS selector?
    • Discuss
    • 3. What are different ways to integrate a CSS into a Web page?
    • Discuss
    • 4. Differentiate different types of Doctypes from one another.
    • Discuss
    • 5. What is the importance of Doctype in HTML?
    • Discuss
    • 6. What is the difference between class selector and ID selector?
    • Discuss
    • 7. What is the purpose of pseudo-elements?
    • Discuss
    • 8. What is the use of Media Types in CSS?
    • Discuss
    • 9. What are the advantages of the external over inline style methods?
    • Discuss
    • 10. JavaScript vs. Jscript
    • Discuss


    Comments

    There are no comments.

Enter a new Comment