Home / Computer MCQs / Question

M

Mr. Dubey • 51.17K Points
Coach Computer
2010

(A) Cross Style Sheet
(B) Cascading Style Sheet
(C) Cross Super Set
(D) None
Correct Answer - Option(B)
Share This:  

Share in MCQ Buddy Groups

Share

Explanation:

CSS stands for Cascading Style Sheet. It is used to design html web pages. 
There are three methods to connect css with html. 
A) inline css
B) internal css
C) external css. 

Example of writing css: 
h1{
border:1px solid black;
}

This property will give all h1 a 1 px solid black color. 

You must be Logged in to update hint/solution

Discusssion

Login to discuss.