Almost all text formatting tags that are basically used in HTML 5
Size: 392.56 KB
Language: en
Added: Jul 25, 2019
Slides: 7 pages
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