Sunday, February 12, 2017

Interview Questions for CSS-3-Answers

Back To Questions

Q1. Answers: Yes, True

Q2. Answers: The CSS ID is an Id selector which used to specify a style for single, Unique element. It uses with HTML elements and is defined with a "#".

Example:
                #Ehtml
                {
                     text-align:left;
                     color:blue;
                  }

Q3. Answer: Yes, True.

Q4. Answer: The CSS Class is a class selector which used to specify a style for a group of elements. It uses with HTML elements and is defined with a ".".

Examle:
                .center
                {
                    text-align:center;
                  }

Q.5 Answer:  Inline Style Sheet

No comments:

Post a Comment