Sure, here are some example HTML tags along with the remaining text wrapped in tags:
```html
This is some text wrapped in a p tag.
<strong> - this is a strong tag.
<em> - this is an em tag.
<a> - this is an anchor tag.
<ul>
<li>
- these are unordered list and list item tags.
<ol>
<li>
- these are ordered list and list item tags.
<div>
- this is a div tag.
<span> - this is a span tag.
```
I hope this helps! Let me know if you need anything else.
给我们留言