0
How do you do a borderless table in HTML?
14 Answers
+ 1
Are you using Bootstrap? if not then it'll be something in css like:
table {
border: none;
}
with Bootstrap you add table-borderless class to the table tag.
+ 1
Well, not really, that's what we say in wales😂
+ 1
Can't you just create a table without adding the border attribute?
+ 1
Check this out, a table without a border
https://code.sololearn.com/Wbg60yU1JiVf/?ref=app
0
I'm sorry, what is bootstrap?
0
Sorry, I edited my answer. Don't worry if not using Bootstrap. It's a css framework for easier styling.
0
I think you mean bud lol. You're welcome.
0
Really? Every day's a school day 😄
0
Thanks, I've done it now, bit of a problem with the width of the webpage as I'm on my phone, thanks for all advise
0
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.
COPIED BY WIKI😀😂
0
Fair enough,thd
0
*thx
0
Hi, you can use css style like: border: none
- 1
Thanks butt👍