Sure, here's an example of how you can use HTML to create a list of tags with the remaining text wrapped in paragraph tags:
```html
Tags
Tag 1
Tag 2
Tag 3
Here is some remaining text that can be wrapped in a paragraph tag.
```
This HTML code creates a list of tags using the `` (unordered list) and `` (list item) tags, and then wraps the remaining text in a paragraph tag (``).
给我们留言