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 :
- Inline CSS
- Internal CSS
- 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.