What does the mark tag mean?
The mark tag defines text with marks, and the
Function: Define text with marks.
Note: Please use the
Note: The tag is a new tag in HTML 5.
html mark tag example
<!DOCTYPE HTML> <html> <body> <p><mark>西门大官人</mark>是PHP中文网的<mark>高级讲师</mark></p> </body> </html>
The above is the detailed content of What does mark tag mean?. For more information, please follow other related articles on the PHP Chinese website!