Tuesday, October 30, 2012

Lesson 8: HTML Line Breaks

Use the <br> tag if you want a line break (a new line) without starting a new paragraph.

Example :-
  1. Open a text editor and type the following line in to the text editor. Note: The <br> element is an empty HTML element. It has no end tag.
  2. Save file.
  3. Open that file in a web browser.
  4. You get like this out put.


<< Previous Lesson                                            HTML Tutorial                                            Next Lesson >>

    No comments:

    Post a Comment