CSS Interview Questions

List of CSS Interview Questions. To get the answers of these CSS Interview Questions, click here.

Protected by Copyscape Duplicate Content Protection Tool
  1. How to write conditional statement in CSS?
  2. How to write styles for all html elements of the same type?
  3. What are the possible values of the "Position" attributes?
  4. How to display a link without underline and display underline when mouseover on the link using CSS?
  5. How to float the image left side and let the page content fill right side and bottom in CSS?
  6. How to line break in CSS?
  7. How to page break after an html element in CSS?
  8. State some limitations of style sheets?
  9. How do I center block-elements with CSS1?
  10. What does CSS stand for?
  11. Explain inline, embedded and external style sheets .
  12. What are the values of "Position" attribute in CSS?
  13. What is the default value of "position" attribute in css?
  14. display and visibility properties are used to hide and show elements in any page. Then how they are different from each other?
  15. Can you specify more than one css class for any HTML element?
  16. What is the difference between specifying css class with # and .? i.e. #Class1 or .Class1?
  17. Is CSS case sensitive?
  18. What is embedded style? How to link?
  19. What is CSS rule 'ruleset'?
  20. What is ID selector?
  21. What is contextual selector?
  22. What are pseudo-elements?
  23. Is CSS case Sensitive?
  24. In HTML attributes, CSS properties which one take precedence over another?
  25. Which of these is a CSS pseudo class?

    A) .abc

    {

    color:green;

    }



    B) a:visited

    {

    color:green;

    }



    C) h1 h2

    {

    color:green;

    }
  26. Which HTML element is used to reference a style sheet on a.aspx page?
    To get the answers of these CSS Interview Questions, click here.


    Protected by Copyscape Duplicate Content Check