Sure, here's an example of how you could use tags and the remaining text in p tags:
```html
Tags Example

Tags used:
h1 - Heading 1
h2 - Heading 2

ul - Unordered List
li - List Item
Remaining text:
This is some remaining text that is placed inside a p tag. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisi. Integer vitae fringilla quam. In hac habitasse platea dictumst.
```

In the example above, I used h1, h2, ul, li, and p tags to demonstrate how to use different tags, and the remaining text is enclosed in a p tag.

给我们留言