HOME
            About US
            Contact Us
            Book     Book Preface

Bold font in html Codes

4.3- Other Text Decorations (Bold font in html Codes): (Page 2/5)


(Cotinued from previous page)
4.3- Other Text Decorations: Almost all types of 'Text Decorations' are available in HTML as we do in Microsoft Word.

i) Underline: Starting tag is <u> and end tag is </u>
Command: <u>TEXT</u>
Output: TEXT

ii) Italic: Starting tag is <i> and end tag is </i>
Command: <i>TEXT</i>
Output: TEXT

iii) Bold: Starting tag is <b> and end tag is </b>
Command: <b>TEXT</b>
Output: TEXT

iv) Striking any word / line: Starting tag is <del> and end tag is </del>
Command: <strike>TEXT </strike>
Output: TEXT

v) Displaying the line at the center of the page: Starting tag is <center> and end tag is </center>
Command: <center> TEXT </ center>

Output:

Bold text in html (the text will be displayed in the center of the web screen)

(Cont......... to next page (Pg-3))


font html
© funandhobby.com (Bold font in html Codes)