Home >Web Front-end >HTML Tutorial >Create emphasized text in HTML

Create emphasized text in HTML

WBOY
WBOYforward
2023-09-08 19:05:091626browse

Create emphasized text in HTML

To display strong text, use the tag. The HTML tag is used to emphasize important text.

Example

You can try running the following code to implement the tag in HTML -

<!Doctype html>
<html>
   <head>
      <title>HTML strong Tag</title>
   </head>
   <body>
      <p>This is an <strong>important</strong> text</p>
   </body>
</html>

The above is the detailed content of Create emphasized text in HTML. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete