代码示例:(标识:eg_html_b)
<!DOCTYPE html>
<html>
<body>

<p>这是普通文本 - <b>这是粗体文本</b>。</p>

</body>
</html>
运行结果: