How to Use Basic HTML in bucket.io
How to Use Basic HTML in bucket.io
On the Welcome, Contact Information, and Thank You pages you will need to use basic HTML to bold, italicize, underline, and inject line breaks in your copy.
On each of these pages the following code is available for you to use:
Bold: <b>text</b>
Italic: <em>text</em>
Underline: <u>text</u>
Break: <br>
1. Creating Bold Lettering
Example code use:
2. Italicizing
Example code use:
3. Underlining
Example code use:
4. Incorporating Line Breaks
Example Code Use