- 1). Log in to your web server.
- 2). Navigate to your HTML page and double-click to open it.
- 3). Find a section of the page where you want it to be divided and click your cursor there. You might choose to divide the page after a headline (</h1>), after a paragraph (</p>) or after a table (</tr>).
- 4). Type the following HTML code: <hr />
This code inserts a line across the page to divide it. - 5). Repeat Steps 3 and 4 as many times as needed.
- 6). Publish the page.
SHARE