Workspace Card Styling Follow
Workspace cards have the ability to accept simple HTML which give teachers a few options for changing text styles in Workspace cards.
To use these, while editing the card, add the simple HTML tags before and after the text you want styled and then save your changes.
Bold | <b>my bold word</b> |
Italics | <i>my italics</i> |
Color |
<span style="color:red">red text</span> See a full list of all available colors. |
Highlight | <span style="background-color:green;color:white">highlighted text</span> |
Bullet list
|
<ul><li>one</li><li>two</li><li>three</li></ul> |
Numbered list
|
<ol><li>one</li><li>two</li><li>three</li></ol> |
Superscript OH- |
OH<sup>-</sup> |
Subscript CO3 |
CO<sub>3</sub> |
The following shows how the HTML above renders text in a Workspace card: