Html Formatting


Html Formatting: Html Formatting is used to add different types of text.


There are following types of formatting available in html

  • Bold text/Important text
  • Italic text/Emphasized text
  • Marked text
  • Small text
  • Deleted text
  • Inserted text
  • Subscripts
  • Superscripts

Html Formatting

Example

<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>

<p><b>Bold : This is paragraph 1.</b></p>
<p><b>This is paragraph 2.</b></p>
</body>
</html>

Try it »


Advertisements

Add Comment

📖 Read More