Sure! Here's an example of how you can use the "p" tag and "span" tag to create a labeled text:
```html
This is a labeled text.
This is the remaining text within a p tag.
```
This code would create two paragraphs with the first one containing a labeled text and the second one containing the remaining text.
给我们留言