Working with HTML

A web page is simply a text document that contains instructions for web browsers. If you look at a typical web page in a regular text editor, you see a bunch of code in angle brackets and a bunch of text; it’s not very exciting. However, when a web browser “sees” a web page, it uses these bits of code, called tags, to interpret how the document should look and what is to happen when certain things are clicked on.

It is beyond the scope of this guide to cover HTML in its entirety. Here are minimal basics if you want to format content in RB9 using HTML.

Reference
Step-by-step instructions