Ar_home_b_search
 



html: Introduction to HTML Part Two, Create a Simple Web Page in 5 Minutes or Less - 10/23/09 08:56 PM
 This is Lesson 2 to review Lesson 1 go to http://activerain.com/blogsview/1298501/introduction-to-html-and-task-1-create-a-simple-web-page-in-5-minutes
Paragraphs and Line Breaks
Ordinary text in HTML documents is contained with the <P> and </P> container tags. One major difference between HTML and word processor documents is how HTML treats white space.
HTML does not recognize spaces created by the Tab key. It also does not recognize space created by multiple presses of the spacebar. It treats these as one space. If you do require large amounts of white space then you need other HTML tags such as <PRE>.
 Lets create some examples to show this.
 5. Open your … (0 comments)