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.