A

Admin • 658.51K Points
Coach

Q. What is the full form of CSS?

  • (A) Cross Style Sheet
  • (B) Cascading Style Sheet
  • (C) Cross Super Set
  • (D) None
  • Correct Answer - Option(B)
  • Views: 1
  • Filed under category Computer
  • Hashtags:

Explanation by: Admin
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.

Be the first to start discuss.