Sure, here is an example of using "p" tags to create labels and wrap the remaining text:
```html
Label 1:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ut ligula vitae nunc interdum fringilla. Fusce bibendum vitae lectus et accumsan. Ut aliquet risus in velit blandit, vel sagittis mi fermentum.
Label 2:
Nulla facilisi. Nulla eleifend fringilla dui, at tristique nunc aliquet ut. Sed eu auctor nisl. Sed luctus pretium arcu, sed rutrum quam facilisis id.
Label 3:
Suspendisse potenti. Nullam nec aliquam est, vel porttitor mauris. Quisque posuere dui ut facilisis aliquet. Praesent ornare consectetur felis vitae fermentum. Vestibulum et lacus luctus, feugiat lorem id, ullamcorper sem.
```
In this example, the "label" class is added to the first "p" tag, which creates a label-like styling. The remaining text is wrapped within separate "p" tags for each label. You can adjust the CSS styles for the label class to match your preferred look and feel.
给我们留言