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

Create italic text in HTML

PHPz
PHPzforward
2023-09-02 15:33:091509browse

Create italic text in HTML

HTML tag is used to display content in italics. You can try running the following code to create italic text in HTML -

<!DOCTYPE html>
<html>
   <head>
      <title>HTML i Tag</title>
   </head>
   <body>
      <p>We liked the movie <i>Avengers</i></p>
   </body>
</html>

The above is the detailed content of Create italic 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