HTML 标记用于强调重要文本。
<!Doctype html>
<html>
<head>
<title>HTML strong Tag</title>
</head>
<body>
<p>This is a <strong>strong</strong> text</p>
</body>
</html>
此标记支持 - HTML Attribute Reference描述的所有全局属性
此标记支持 - HTML Events Reference描述的所有事件属性
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |