- How to write conditional statement in CSS?
- How to write styles for all html elements of the same type?
- What are the possible values of the "Position" attributes?
- How to display a link without underline and display underline when mouseover on the link using CSS?
- How to float the image left side and let the page content fill right side and bottom in CSS?
- How to line break in CSS?
- How to page break after an html element in CSS?
- State some limitations of style sheets?
- How do I center block-elements with CSS1?
- What does CSS stand for?
- Explain inline, embedded and external style sheets .
- What are the values of "Position" attribute in CSS?
- What is the default value of "position" attribute in css?
- display and visibility properties are used to hide and show elements in any page. Then how they are different from each other?
- Can you specify more than one css class for any HTML element?
- What is the difference between specifying css class with # and .? i.e. #Class1 or .Class1?
- Is CSS case sensitive?
- What is embedded style? How to link?
- What is CSS rule 'ruleset'?
- What is ID selector?
- What is contextual selector?
- What are pseudo-elements?
- Is CSS case Sensitive?
- In HTML attributes, CSS properties which one take precedence over another?
- Which of these is a CSS pseudo class?
A) .abc
{
color:green;
}
B) a:visited
{
color:green;
}
C) h1 h2
{
color:green;
} - Which HTML element is used to reference a style sheet on a.aspx page?
CSS Interview Questions
List of CSS Interview Questions. To get the answers of these CSS Interview Questions, click here.
