Friday 25 August 2023

Web Development 18

 

LECTURE # 15

25/8/2023

Question #1: Why is CSS used for?

Answer: CSS is used for designing purpose in html.

Question #2: How many types of CSS are there?

Answer: Their are three types of  CSS :
  1. Inline CSS
  2. Internal CSS
  3. External CSS

Question #3: What is Inline CSS?

Answer: It is used as an attribute in any tag.For Example 


Question #3: What is Internal CSS?

Answer: In Intrenal CSS style is used as tag.