+ 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
2 Respuestas
+ 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;">
+ 1
Thank you