With the Site Builder, you can use HTML code in almost all situations. But before you use HTML, think about using the WYSIWYG Editor editor instead.
Because you are on the Internet and using a browser to display information, it is necessary to use HTML to format a document. If you are familiar with HTML, you will find that most commands can be placed in the document. If you are not familiar with HTML, here is a simple guide that will help you format your pages:
All HTML tags (commands) must surround your text. Each has an 'opening' and a 'closing' tag. The opening is typically:
textWill make your text bold: text
text Will make your text italic: text
text Will make your text red: text
text Will add a link: text
You can also combine tags- so, to make something red AND bold:
texttext