<br /> css code example
Example 1: how to break the line in html
<p> I'm about to break the line <br> right there </p>
Example 2: asp br
Dim lblc = New Label
Dim ltrl = New LiteralControl("<br/>")
lblc.ID = ci(x)
lblc.Text = XmlReader.ReadString
form1.Controls.Add(lblc)
form1.Controls.Add(ltrl)