![]() |
WEBCOM HTML GUIDE | |
|
WEBCOM'S OWN GUIDE TO HTML |
||
|
WebCom Resources |
|
|
|
HTML Guide · Overview · Tags · Images · Forms Resources · Web Primers · HTML Guides · HTML Validators · Publishing Guide · Publicize Your Site · Mac Web Tools · Windows Web Tools · Icons and Graphics · Other Resources Control Panel Login Customer Support Contact Us About WebCom |
Controlling Text Spacing This page is part of the WebCom Web Publishing Guide. It explains the use of the paragraph and line break tags in an HTML document. Overview HTML leaves the details of how to display a document (spacing, font selection and size, etc.) up to the program viewing the document. Whitespace (such as tabs, spaces, and carriage returns or linefeeds) is ignored. Therefore, specific tags marking paragraph and line breaks must be inserted into HTML documents. Paragraph Tags <P> The <P> tag starts a paragraph, and the </P> tag ends it. These tags create a space between any images or text preceding the enclosed text (some browsers also create a space after the closing paragraph tag). Line Break Tag This is<BR> The line break tag causes any text following it to begin on the following line. ![]() Contact us by email:info@webcom.com phone: 1-888-8WEBCOM (1-888-893-2266) Copyright © 1994 - 2001 Web Communications. A Member of the Verio Group. |
|