Sure, I understand that you need to create a list of tags and then put the remaining text in `` tags. Here's how you can achieve that:
```html
Tags:
tag1
tag2
tag3
Remaining text goes here...
```
This code creates a list of tags inside a `` (unordered list) and then puts the remaining text inside a `` (paragraph) tag.
给我们留言