Q. What is the full form of CSS?
β
Correct Answer: (B)
Cascading Style Sheet
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.
Explanation by: Uday Singh
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.
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.