Certainly! Here are some example HTML tags with the remaining text enclosed in tags:
```html
<h1> - This tag is used for the top-level heading on a webpage.
<p> - This tag is used for paragraphs of text on a webpage.
<img> - This tag is used to insert an image into a webpage.
<a> - This tag is used to create hyperlinks on a webpage.
<div> - This tag is used to define divisions or sections in a webpage layout.
<span> - This tag is used to apply styles to inline elements within a webpage.
```
给我们留言