Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
p tag
pre tag
TAG: br
<br>
Available in versions: 2.0, 3.2, 4.0
Browser compatibility: Explorer 4, 5 Netscape 4, 6
The
<br>
tag is used to create a line break and is analogous to a carriage return. The flow of the display of the text and any images is halted on the current line, and the flow resumes on the next line starting at the left margin.
There is no closing tag.
Core Attributes
class
style
title
Attributes
clear
deprecated 4.0
The
clear
attribute is used to control the flow of text around an image. The permitted values are
all
,
left
, or
right
. This allows you to continue the text after all left-justified images, or after all right-justified images, or after all images. This attribute is deprecated effective with version 4.0. You are now to use style sheets.
Code:
My pseudotrophus "Acei" cichlid came from Lake Malawi in Africa.
<br>
The Showa Koi in my pond came from Japan.
Output:
My pseudotropheus "Acei" cichlid came from Lake Malawi in Africa.
The Showa Koi in my pond came from Japan.
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information