which of the following has the correct CSS syntax
a) h1 (color=red;font-face=impact;)
b) h1 [color:red;font-style:impact;]
c) h1{font-color=red;font=impact;}
d) h1 {color:red;font-family:impact;}
Answers
Answered by
1
Answer:
option d
Explanation:
This syntax is used as follow:
- Internal CSS
<style>
h1 {color:red;font-family:impact;}
</style>
- External CSS File
h1 {color:red;font-family:impact;}
Similar questions
Hindi,
26 days ago
History,
26 days ago
Math,
1 month ago
Math,
1 month ago
CBSE BOARD XII,
8 months ago
Social Sciences,
8 months ago
Math,
8 months ago