From 07b5c5c9a87f289de9046720e1ff7dff2b076c6d Mon Sep 17 00:00:00 2001 From: heymanpreet Date: Tue, 4 Dec 2018 06:52:29 +0530 Subject: [PATCH] Added Text Formatting for HTML (#31307) * Added Text Formatting for HTML * fix: formatting --- guide/english/html/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/guide/english/html/index.md b/guide/english/html/index.md index b7567e9583..e1a1ee00f8 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -158,6 +158,17 @@ There are many possible ways a user can give input/s, such as: ``` Comments can help in the understanding of the markup and do not display in the webpage. +**Text Formatting** + +HTML defines special elements for defining text with special meanings. + +- `` - Bold Text +- `` - Important text +- `` - Italic Text +- `` - Emphasized Text +- `` - Subscripted Text +- `` - Superscripted Text + ## HTML Attributes An attribute gives more information about an element. Attibutes always come inside an opening tag.