Sure! Here are some example of using "p" tags and "label" tag in HTML:
```html
Enter your username in the input field above.
Enter your password in the input field above.
```
In the above example, the "label" tags are used to create labels for input fields, and the "p" tags are used to contain additional text.
给我们留言