|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<BR>Break for a new line |
|
|
Creates a break in a line.
<html>
<head>
<title>Some Title</title>
</head>
<body>
.
.
==>> This is the first line of text.<BR>
==>> And this is the second line of text that needs to break<BR>
==>> to become the third line of text.<BR>
.
.
</body>
</html>
Sometimes you just have to make the browser go to the next line. This is the command to do it. Some browsers will recognize each "BR" element and create extra blank lines for you. This is a way to create more white space.
Netscape Implements the CLEAR attribute. Microsoft IE Nothing special. Internationalization Nothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |