
12-21-2004, 07:10 AM
|
 |
Junior Member
|
|
Join Date: Nov 2004
Location: NOIDA
Posts: 11
|
|
Real Basics Of HTML
When we write HTML, we can never be sure how the text will be displayed in another browser. Some people may have large computer displays, some may have small. The text will be reformatted every time the user resizes his window. So never try to format the text in your editor by adding empty lines and spaces to the text. HTML will truncate the spaces in your text. Any number of spaces count as one. In HTML a new line counts as one space.
|