Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
In HTMLan HTML table, the table styles cellpadding and cellspacing can be set like this:
table
cellpadding
cellspacing
<table cellspacing="1" cellpadding="1">
How would thiscan the same be accomplished using CSS?
In HTML, the table styles cellpadding and cellspacing can be set
How would this be accomplished using CSS?
In an HTML table, the cellpadding and cellspacing can be set like this:
How can the same be accomplished using CSS?