Font Styling Tags
HTML and XHTML have tags which facilitate in styling the text between them like making the text bold, italicized or underlined as in a word processor, to make text bold, italic or underlined. Tags which influence text appearance are
| Tag | Style |
| <b>Tag | Bold |
| <i>Tag | Italic |
| <tt> Tag | Monospaced |
| <u>Tag | Underlined |
| <s> or <strike> Tag | Strikethrough |
| <big> Tag | Larger |
| <small> Tag | Smaller |
| <sup> Tag | Superscripted |
| <sub> Tag | Subscripted |
These styling elements influence only text presentation in a web page which can also be done by using CSS.
Apply for HTML5 Certification Now!!
http://www.vskills.in/certification/Certified-HTML5-Developer
