What attribute lets you control how the table gridlines are drawn?

1 answer

Answer

1123076

2026-05-21 15:00

+ Follow

The attribute that controls how the table gridlines are drawn is typically the "border" attribute in HTML or the CSS "border" property. In HTML, setting the border attribute on a <table> element specifies whether and how borders are displayed around the table and its cells. In CSS, you can further customize the appearance of gridlines using properties like "border-style," "border-width," and "border-color."

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.