HTML 突出显示

示例

该<mark>元素是HTML5中的新元素,用于“由于其在另一个上下文中的相关性”而标记或突出显示文档中的文本。1

最常见的示例是用户输入搜索查询并显示结果以突出显示所需查询的搜索结果。

<p>Here is some content from an article that contains the <mark>searched query</mark>
that we are looking for. Highlighting the text will make it easier for the user to 
find what they are looking for.</p>

输出:

常见的标准格式是黄色背景上的黑色文本,但是可以使用CSS进行更改。