Sure, you can use the "p" tag for the remaining text and the "label" tag for the labels. Here's an example of how you can structure your HTML:
```html
This is some remaining text.
This is some more remaining text.
```
In this example, the "label" tags are used for the labels, and the "input" and "p" tags are used for the remaining text.
给我们留言