Home > Article > Web Front-end > What does mark tag mean?
What does the mark tag mean?
The mark tag defines text with marks, and the bf0a3ee2313fa3fd6336f44055720eef tag is used when the text needs to be highlighted. Use the mark tag. Element that can highlight text in a document to achieve an eye-catching effect.
Function: Define text with marks.
Note: Please use the bf0a3ee2313fa3fd6336f44055720eef tag when you need to highlight text.
Note: The f920514e6447cf1d171079d1371f007f 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!