所属分类:web前端开发
要显示粗体文本,请使用标签。HTML标签用于强调重要文本。
您可以尝试运行以下代码来实现HTML中的标签−
<!Doctype html> <html> <head> <title>HTML strong Tag</title> </head> <body> <p>This is an <strong>important</strong> text</p> </body> </html>
〒_〒 居然一个评论都没有……