What does mark tag mean?

云罗郡主
Release: 2019-02-13 16:06:43
Original
7205 people have browsed it

What does the mark tag mean?

The mark tag defines text with marks, and the 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 tag when you need to highlight text.

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>
Copy after login

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!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template