Which of the following is not possible using the <BODY> tag attributes?
2022
Which of the following is not possible using the <BODY> tag attributes?
- A.
Set the background colour of the webpage
- B.
Set the background image of the webpage
- C.
Set the background sound for a webpage
- D.
Set the alignment for the webpage
Attempted by 210 students.
Show answer & explanation
Correct answer: D
Answer: Setting the alignment for the webpage cannot be done using BODY tag attributes. Why: The BODY tag historically supported attributes like bgcolor (to set background color) and background (to set a background image).