Sure, I understand that you want to create a list of tags and then wrap the remaining text in tags. Here's an example of how you can do that:
```html
Tags
Tag 1
Tag 2
Tag 3
Here is the remaining text wrapped in a p tag.
```
This will create a list of tags using an unordered list () with list items (), and then the remaining text will be wrapped in a tag.
给我们留言