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.

By using which of the following options, the border of table can be collapsed?

a) border-collapse:collapse
b) table-border:collapse
c) border:collapse
d) table-border-collapse:collapse

Answer: a
Explanation: In order to collapse the border of a table, border-collapse: collapse; can be used inside <style> tag.

Join The Discussion