- A. Cascading Style Sheets
- B. Colorful Style Sheets
- C. Computer Style Sheets
- D. Creative Style Sheets
Show Answer
Correct Answer: Cascading Style Sheets
Sub Topic: CSS
Posted by: Atif
- A. In the < head > section
- B. In the < body > section
- C. At the end of the document
Show Answer
Correct Answer: In the < head > section
Sub Topic: CSS
Posted by: Atif
- A. style
- B. styles
- C. font
- D. class
Show Answer
Sub Topic: CSS
Posted by: Atif
- A. body { color: black; }
- B. { body:color=black; }
- C. body:color=black;
Show Answer
Correct Answer: body { color: black; }
Sub Topic: CSS
Posted by: Atif
- A. /* this is a comment */
- B. // this is a comment //
- C. // this is a comment
Show Answer
Correct Answer: /* this is a comment */
Sub Topic: CSS
Posted by: Atif
- A. background-color
- B. color
- C. bgcolor
Show Answer
Correct Answer: background-color
Sub Topic: CSS
Posted by: Atif
- A. color
- B. text-color
- C. fgcolor
Show Answer
Sub Topic: CSS
Posted by: Atif
- A. font-size
- B. text-size
- C. text-style
- D. font-style
Show Answer
Correct Answer: font-size
Sub Topic: CSS
Posted by: Atif
- A. text-style:capitalize
- B. transform:capitalize
- C. text-transform:capitalize
Show Answer
Correct Answer: text-transform:capitalize
Sub Topic: CSS
Posted by: Atif
- A. font-family
- B. font-style
- C. font-weight
Show Answer
Correct Answer: font-family
Sub Topic: CSS
Posted by: Atif