ZVON > References > [XHTML Basic] Reference
Text Module > element br

Go to Standard
Element: br
Attributes: | class | id | title |
Parents: | a | abbr | acronym | address | caption | cite | code | dd | dfn | div | dt | em | h1 | h2 | h3 | h4 | h5 | h6 | kbd | label | li | object | p | pre | q | samp | span | strong | td | th | var |

Your browser display:
John Smith
London
Great Britain
Source [  Open as XHTML document  ]

<address> John Smith
     <br/> London
     <br/> Great Britain
</address>

Your browser display:
A test table with merged cells
Average Red
eyes
height weight
Males 1.9 0.003 40%
Females 1.7 0.002 43%
Source [  Open as XHTML document  ]

<table summary="This table gives some statistics about fruit flies: average height and weight, and percentage with red eyes (for both males and females).">
     <caption>
          <em>A test table with merged cells</em>
     </caption>
     <tr>
          <th rowspan="2"/>
          <th colspan="2">Average</th>
          <th rowspan="2">Red
               <br/>eyes
          </th>
     </tr>
     <tr>
          <th>height</th>
          <th>weight</th>
     </tr>
     <tr>
          <th>Males</th>
          <td>1.9</td>
          <td>0.003</td>
          <td>40%</td>
     </tr>
     <tr>
          <th>Females</th>
          <td>1.7</td>
          <td>0.002</td>
          <td>43%</td>
     </tr>
</table>

Your browser display:





Source [  Open as XHTML document  ]

<form method="post" action="http://www.zvon.org/cgi-bin/forms/bin/searchReference.py">
     <p>
          <input size="20" name="value"/>
          <input type="submit" value=" Search "/>
     </p>
     <p>
          <input type="radio" name="select" value="Glossary" checked="checked" id="Glossary"/>
          <label for="Glossary">XML Glossary</label>
          <br/>
          <input type="radio" name="select" value="Namespaces" id="Namespaces"/>
          <label for="Namespaces">XML Namespaces</label>
          <br/>
          <input type="radio" name="select" value="XSLT" id="XSLT"/>
          <label for="XSLT">XSLT Reference</label>
          <br/>
          <input type="radio" name="select" value="RE" id="RE"/>
          <label for="RE">Regular Expressions</label>
          <br/>
          <input type="radio" name="select" value="CSS1" id="CSS1"/>
          <label for="CSS1">CSS1 Reference</label>
     </p>
</form>