HTML
  Home arrow HTML arrow Page 3 - Beginning HTML
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Actuate Whitepapers 
Moblin 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

Beginning HTML
By: James Payne
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 3
    2008-01-08

    Table of Contents:
  • Beginning HTML
  • Formatting HTML Documents
  • Inserting a Line Break
  • Comments
  • Formatting Text

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
    Iron Speed
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    Beginning HTML - Inserting a Line Break


    (Page 3 of 5 )

    If you want to end a line but not start a new paragraph, you can use the Line Break tags, which look like this <br>. You will note that there is no closing tag for a line break. Observe this code:


    <html>

    <head>

    <h1>MY Explanation!</h1>

    <title>My Website</title>

    </head>

    <body>

    <b>Hello, here is some bold text</b>

    <p> Here is a paragraph</p>


    <p><h2>Here is a paragraph with an H2 header </h2></p>

    <p> Here is a paragraph <br> with <br> some <br> page breaks.

    </body>

    </html>


    <! I am a comment! The computer does not see me tee-hee!>

    This is the result of the above code:


      MY Explanation!

      Hello, here is some bold text

      Here is a paragraph

     Here is a paragraph with an H2 header

      Here is a paragraph
      with
      some
      page breaks.

    There is another type of page break, but we will cover that later in the tutorial.

    More HTML Articles
    More By James Payne


       · Hey thanks for dropping by to check out my article on Beginning HTML, in which we...
     

    HTML ARTICLES

    - Building Single Row Database Forms with HTML
    - Introduction to Database Forms with HTML
    - Another Look at Animation of Geographical Ma...
    - Animation of Geographical Map Regions
    - Changing and Moving Pictures with CSS
    - Clickable Geographical Map Regions
    - Gradient Creation with the HR Element
    - Text on HTML Images: Do it Yourself
    - Custom Buttons in HTML
    - Quick Web Page Menu
    - Maximizing and Restoring HTML Images with th...
    - Maximizing and Restoring HTML Images with th...
    - Handling Hyperlinks and Images in HTML
    - Quick Start with HTML
    - HTML Tips







    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway