πŸ“Š Computer
Q. What is the full form of CSS?
  • (A) Cross Style Sheet
  • (B) Cascading Style Sheet
  • (C) Cross Super Set
  • (D) None
βœ… 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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2311
Total Visits
πŸ“½οΈ
6 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate