Sure, you can use the following HTML code to create a "tags" section and a "remaining text" section using `` tags:
```html
Tags


tag1
tag2
tag3
This is the remaining text section, and it will be wrapped in a p tag.

```
In this code, I used an unordered list (``) to represent the tags, and the remaining text is wrapped in a single `` tag.

给我们留言