Answer the following questions.
1 Why is CSS useful?
2. What is the use of the CSS Background-image property?
3 How is the CSS Font family property useful?
Answers
Answered by
1
Answer:
Cascading Style Sheets, commonly known as CSS, is an integral part of the modern web development process. It is a highly effective HTML tool that provides easy control over layout and presentation of website pages by separating content from design.
The background-image CSS property sets one or more background images on an element.
Explanation:
The font-family CSS property specifies a prioritized list of one or more font family names and/or generic family names for the selected element.
Similar questions