+ 1

Can I do this work simple I mean I used so many break tags in the first 1000 digits of pi

I want to simplify so I don't have to use so many break tags https://code.sololearn.com/WvRsZzUg9DV9/?ref=app

20th Sep 2023, 11:14 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar
2 Respostas
+ 1
You can achieve the same result and exclude all the <br> tags by adding inline styles using word-wrap in the <h5> tag. You can change 250px to what ever value you want. Like this: <h5 style="width: 250px; word-wrap: break-word;">
20th Sep 2023, 9:13 PM
David
David - avatar
+ 1
Thank you
21st Sep 2023, 3:01 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar