Q9
Choose the correct XHTML for width attribute and its value.
A.
width=80
B.
width=”80″
AnswerC.
WIDTH=”80″
D.
WIDTH=80
Answer: Option B
Solution
Answer: Option B
Solution:
Always mention the attribute value in quotes and XHTML is case sensitive.