How do you do a borderless table in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you do a borderless table in HTML?

14th Jul 2020, 6:45 PM
Dylan Owen
Dylan Owen - avatar
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.
14th Jul 2020, 7:04 PM
benjamin
+ 1
Well, not really, that's what we say in wales😂
14th Jul 2020, 7:14 PM
Dylan Owen
Dylan Owen - avatar
+ 1
Can't you just create a table without adding the border attribute?
14th Jul 2020, 10:55 PM
Karak10
Karak10 - avatar
+ 1
Check this out, a table without a border https://code.sololearn.com/Wbg60yU1JiVf/?ref=app
14th Jul 2020, 10:58 PM
Karak10
Karak10 - avatar
0
I'm sorry, what is bootstrap?
14th Jul 2020, 7:06 PM
Dylan Owen
Dylan Owen - avatar
0
Sorry, I edited my answer. Don't worry if not using Bootstrap. It's a css framework for easier styling.
14th Jul 2020, 7:09 PM
benjamin
0
I think you mean bud lol. You're welcome.
14th Jul 2020, 7:10 PM
benjamin
0
Really? Every day's a school day 😄
14th Jul 2020, 8:35 PM
benjamin
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
15th Jul 2020, 8:09 AM
Dylan Owen
Dylan Owen - avatar
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😀😂
16th Jul 2020, 3:01 PM
Sahan Illangasinghe
Sahan Illangasinghe - avatar
0
Fair enough,thd
16th Jul 2020, 3:52 PM
Dylan Owen
Dylan Owen - avatar
0
*thx
16th Jul 2020, 3:52 PM
Dylan Owen
Dylan Owen - avatar
0
Hi, you can use css style like: border: none
16th Jul 2020, 5:23 PM
Cherie Mhay Perez
Cherie Mhay Perez - avatar
- 1
Thanks butt👍
14th Jul 2020, 7:10 PM
Dylan Owen
Dylan Owen - avatar