![]() |
| -A.P.J.Abdul Kalam |
Formatting Text
Following are some commonly used tags for formatting the text.
Tag and Meaning
1.<p> - This tag is should be put at the end of every paragraph.
2. <br> - This tag causes a single link break.generally is kept at the end of every line.if we want more three blank lines to be inserted after some text then we can put <br><br><br>.we get the line break automatically if the text appearing on the web browser is too long.if we donot want such break then <nobr>tag can be used for such text.
3.<pre> - This tag is used to preserve the white spaces and lines in the text.
4.<div> -This tag is used to make division of sections in the XHTML document.

No comments:
Post a Comment