Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

cols attribute is use with ___________

a) <td>
b) <th>
c) <textarea>
d) <ol>

Answer: c
Explanation: cols indicates number of columns in a certain textarea, use with <textarea> element. <td> element is use with align attribute, <th> is also use with align attribute, <ol> is basically use with reversed attribute.

Join The Discussion