##HTML Underline tag element
1. Grammar and structure -
TOP
We use
u tags to set underlinestyle
Extended reading:css Underline
2. Instructions for using Html U underline tag -
TOP
The underline tag tells the browser to add the text of the u tag The underlined style is displayed to the viewer. For all browsers, this means that this text should be displayed in an underlined style for everyone to see.
3. Html underline U tag usage case -
TOP我是PHP中文网<br /> PHP中文网的网址是<u>www.php.cn</u>
Copy after login
5. Instructions for use -
TOP
At the same time, if you use html u to underline the text content and do not want to display the underline, you can use CSS style settings to remove the u tag underline styleThe above is the detailed content of HTML underline tag. For more information, please follow other related articles on the PHP Chinese website!