Html Formatting
Advertisements
Html Formatting
Html Formatting is a process of formatting text for better look and feel. There are many formatting tags available in Html. These tags are used to make text bold, italicized, text underlined, large.
Bold Text
If make any text bold you need to use <b> tag. Any text written inside <b>........</b> tag display in bold on web page.
Example
<p>Html is easy to learn It is <b> a static page</b></p>
Result
Html is easy to learn It is a static page
Italic Text
If you write anything within <i>............</i> tag the text display on web in italic letter.
Example
<p>Html is easy to learn It is <i> a static page</i></p>
Result
Html is easy to learn It is a static page
Italic Text
If you write anything within <u>.........</u> tag then text become underline.
Example
<p>Html is easy to learn It is <u> a static page</u></p>
Result
Html is easy to learn It is a static page
Google Advertisment