|
|
Line Breaks
Line breaks in the text file which makes up a Web page are ignored by the browser, which automatically starts a new line after certain features, such as headings and horizontal rules, but otherwise needs a tag. HTML distinguishes between a paragraph break, which is followed by additional space, and a simple line break, the tag for which is <BR>. This is typically used for things like addresses, where you don't want the extra blank lines which you would get with a paragraph break.
--> NEXT: Lists
Page:
1
2
3
4
5
6
7
8
9
10
11
Chapter:
1
2
3
4
5
6
7
A
|
5. Creating the Pages
|