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.
Answered :- 2023-09-06 23:29:40
Academy