突出
<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 更改。