How can I add line Break after table (br tag not working)???! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I add line Break after table (br tag not working)???!

I made a table and then wrote something after table in html.I want to add line break after table but the <br> tag is not working What should I do ??

24th Aug 2019, 6:28 AM
Ayush Bhatt
Ayush Bhatt - avatar
9 Answers
+ 4
Add this to your table CSS: table { margin-bottom: 10px; }
24th Aug 2019, 7:48 AM
David Carroll
David Carroll - avatar
+ 2
You mean <hr/> for the line break. edit: I mean horizontal line. 😅 <br/> is for spacing
24th Aug 2019, 6:37 AM
Manual
Manual - avatar
+ 1
Paste the code in the playground and link it here.
24th Aug 2019, 6:38 AM
Manual
Manual - avatar
24th Aug 2019, 6:40 AM
Manual
Manual - avatar
+ 1
hr is for horizontal line and br for line break
24th Aug 2019, 6:47 AM
Ayush Bhatt
Ayush Bhatt - avatar
0
No
24th Aug 2019, 6:37 AM
Ayush Bhatt
Ayush Bhatt - avatar
0
Ok
24th Aug 2019, 6:40 AM
Ayush Bhatt
Ayush Bhatt - avatar
0
Ok
24th Aug 2019, 6:43 AM
Ayush Bhatt
Ayush Bhatt - avatar
0
Let me try
24th Aug 2019, 6:43 AM
Ayush Bhatt
Ayush Bhatt - avatar