Is there a way to achieve this output in HTML or using CSS?
This is the text: A very long piece of content that wraps automatically onto multiple lines
Take note of how the text wraps and aligns on the left side. I am aware that tables can be used for this, but I am interested in exploring other options. I am working with a website builder where I have limited control over only the "A very long piece of content..." section.
Here is the current HTML code I have:
<i>This is the text:</i>
<span itemprop="name">Very long text that automatically gets wrapped into multiple lines.</span>