Login
Remember
Register
Ask a Question
Cellspacing of HTML, in equivalent to ____ of CSS
0
votes
asked
Feb 18, 2024
in
HTML
by
DavidAnderson
Cellspacing of HTML, in equivalent to ____ of CSS
Options:
a) border-collapse: collapse;
b) Border-spacing :X px;
c) Padding : X px:
d) No such option is available in CSS
html5-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 18, 2024
by
DavidAnderson
Correct answer is :-
a) border-collapse: collapse;
...