<br> (Template Tag)


Description


The <br> tag defines a single line breaking the text. This tag moves the cursor to the beginning of the next line.


Example


 <?xml version="1.0" encoding="utf-8"?>

. . .

   <section width="10.0" height="15.0" style="default">

     <text>First text</text>

       <br/>

     <text>Second text</text>

   </section>

. . .


The example shows the production of a PDF document on a sheet of paper of the size 10.0 cm by 15.0 cm. The example displays the text:

First text
Second text


Attributes


There are no attributes.


Parent elements permitted


Any element that can contain other elements, apart from prohibited elements, may be used as a parent element. The same principle as in HTML language.


Parent elements prohibited


<br/>, <text>, <image>, <space>, <table>, <row>, <column>, <columns>, <inject>, <switch_>, <qwu>, <collector>,  <repeater>,  <document>, <content>,


Comments and remarks


Correct notations:

<br/> - simplified notation,

<br> </br> - full notation.

Incorrect notations:

Single <br> and </br> are the incorrect notations.