Home > Web Front-end > HTML Tutorial > html: Detailed explanation of the use of mark tags

html: Detailed explanation of the use of mark tags

黄舟
Release: 2017-06-29 10:40:24
Original
3102 people have browsed it

mark tag: The

mark element represents the content that needs to be highlighted or highlighted on the page. It also often appears in search results, such as keyword highlighting in search results. .

Case:

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5每日一练之mark标签的应用</title>
</head>
<body>
<p>HTML5|CSS3|论坛 | <mark>前端开发!</mark></p>
<p>HTML5论坛,CSS3论坛,CSS论坛,WEB前端开发论坛,教程资源完全免费的网页教学网</p>
</body>
</html>
Copy after login

Definition and usage

tag defines text with a mark. Please use the tag when you need to highlight text.

The above is the detailed content of html: Detailed explanation of the use of mark tags. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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