In which HTML tag is the 'cellpadding' attribute typically used ?
A<table>
B<caption>
C<input>
D<style>
Answer:
A. <table>
Read Explanation:
Cellpadding is the property that specifies the space between, the border of a table cell and its contents (i.e) it defines the whitespace between the cell edge and the content of the cell.
The HTML <table> cell padding Attribute is used to specify the space between the cell content and cell wall.
The cellpadding attribute is set in terms of pixels.