Font bold & italic, line break and horizontal line

By hilmih

The previous two posts described on the very basic of HTML programming. Now, there are a few other elements that we may used, which are listed here:

  • <b>…</b> – all text in between will be bold.
  • <em>…</em> – all text in between will be italic.
  • <br> – create a line break (skip to the next line).
  • <hr /> – create a horizontal line on the page.

Leave a Reply