07-13-2002, 08:04 PM
|
#5
|
Jack Burton 
Join Date: November 10, 2001
Location: Bathurst & Orange, in constant flux
Age: 38
Posts: 5,452
|
Quote:
Originally posted by Sir Goulum:
What does Inline mean. I have a beastly book of HTML!
|
Some tags take new lines automatically when you use them, and the text after you close them takes a new line again. Inline tags stay on the same line, as if under a discretionate break: that is, they don`t take a new line unless the text in them will even without the HTML.
Tags that are NOT inline include <div>, and <H[1-6]>. Inline tags are things like <font>, and <a>.
So basically, inline means in the line
|
|
|