Sure, here are the tags and the remaining text in `p` tags:
```html
Tags
Here are the common tags used in HTML:
<h1>: This tag represents the most important heading on the page
<p>: This tag represents a paragraph of text
<div>: This tag is a division or a section in an HTML document
<img>: This tag is used to embed an image in an HTML page
These are just a few examples of HTML tags. There are many more tags available for different purposes.
```
给我们留言