Wikipad – Unofficial Coding Documentation

Spatial Dividers

Elements used to spacially separate content.

Contents

  1. Line Break <br>
  2. Horizontal Rule <hr>

Line Break

Inserts a new line break forcing any content following the <br> onto a new line.

Demo:

Line 1
Line 2
Line 1<br>Line 2

Horizontal Rule

Inserts a horizontal line spanning the width of the container to visually separate content.

The background of the demo box has been darkened to improve contrast.

Demo:

Line 1
Line 2
Line 1<hr>Line 2

Back to HTML ReferenceSpot something we didn't? Let us know!