HTML text formatting tags

rabin95 1,033 views 7 slides Jul 25, 2019
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

Almost all text formatting tags that are basically used in HTML 5


Slide Content

HTml Presented by:Rabin BK Formatting Tags

01 02 03 CONTENTS Introduction Different formatting tags References

INTRODUCTION HTML Formatting is a process of formatting text for better look and feel HTML provides us ability to format text without using CSS There are almost 14 options available in HTML T ags are divided into two categories: Physical tag: These tags are used to provide the visual appearance to the text. Logical tag: These tags are used to add some logical or semantic value to the text.

TAGS Bold text ( <b> ): Used to bold the text written between it Strong text ( <strong> ): Tells the browser that the text is important Italic text ( <i> ): Used to make text italic Emphasized text( <em> ): Logical tag which is used to display content in italic Marked text( <mark> ): Used to highlight text Small text text( <small> ): Used to decrease the font size by one unit from base font size Deleted text( <del> ): Used to display the deleted content Inserted text( <ins> ): Displays the content which is added Subscript text( <sub> ): Displays the content slightly below the normal line Superscript text( <sup> ): Displays the content slightly above the normal line

EXAMPLES

REFERENCES https://www.javatpoint.com/html-formatting https://www.w3schools.com/html/html_formatting.asp

QUERY SESSION