Report Bug
Qus : TD tag is used for?
QusTD टैग का उपयोग किसके लिए किया जाता है?

A. Table row
B. Table Records
C. Table heading
D. Row Heading


Solution
B. Table Records



Explanation
The tag in HTML is used to define a cell in a table. It stands for "table data." The tag must be used within a (table row) element, which in turn must be inside a element.



Report Bug