Report Bug
Qus : Which of the following is not the element associated with the HTML table layout?
Qus निम्नलिखित में से कौन सा तत्व HTML तालिका लेआउट से संबद्ध नहीं है?

A. alignment
B. color
C. size
D. spanning


Solution
B. color



Explanation
b) color While alignment, size, and spanning are directly related to the layout of HTML tables, color is generally associated with the styling of HTML elements rather than the layout.



Report Bug