Make your texts more appealing and easier to read with really simple HTML-codes. You can do this in all places you have the possibility to write description texts yourself, such as in the Overview tab and when uploading and editing individual pieces of content. Adding HTML can go a long way in improving your learners' overall experience in your course.
Headings, paragraphs & lists
Headings:
- <h1>This is a Heading</h1>
Sub headings:
- <h2>This is a subheading</h2>
Paragraphs:
- <p>this text is in a new paragraph</p>
Bulleted lists:
- <li>item 1</li><li>item 2</li><item 3</li>
No bullet lists:
- <ol>item 1</ol><ol>item 2</ol><ol>item 3</ol>
Text & Fonts
Bold:
- <b>this is bold</b>
Italic or emphasized” text:
- <i>this is italic</i>
- <em>italic</em>
Font size:
- <font size=“5”>bigger</font>
Font Colour:
- <font color=“#7876f6>this text is purple</font>
Font face:
- <font face=“Verdana”>this font is Verdana</font>
Embedding links
Adding email addresses:
- “Contact us by email <a href = "mailto:support@claned.com">support@claned.com</a>
Adding links:
- <a href="https://claned.zendesk.com/hc/en-gb/requests/new">Support Portal</a>
See our example in Claned User Training