I have a block of text containing multiple sentences that I'd like to style and apply action handlers to individually. Despite trying various tags such as div
and p
, all I get is something like this:
https://i.sstatic.net/RljIV.png
Instead of:
https://i.sstatic.net/SH2zg.png
It seems challenging to achieve my desired outcome using simple HTML, as I don't just want rectangles but also need the divisions to wrap. Any suggestions on how I can accomplish this?