1.6.7. Creating rich activities with allowed HTML tags

When updating the status or writing a comment, you can use the following HTML tags:

TagsDescription
<b> Renders as bold text.

For example:

<b>Bold text</b>

<i> Renders as italic text.

For example:

<i>Italic text</i>

<a> Refers to an external link by using the href attribute.

For example:

<a href="http://cloud-workspaces.com">Cloud Workspace</a>

<span> Groups inline-elements in a document.
<em> Renders as emphasized text.

For example:

<em>Emphasized text</em>

<strong> Renders as strong (highlighted) text.
<p> Defines a paragraph.
<ol> Defines an ordered list. An ordered list can be numerical or alphabetical.
<ul> Defines an unordered or bulleted list.
<li> Defines a list item. The <li> tag is used in both ordered (<ol>) and unordered (<ul>) lists.

For example:

<ul> <li>Bullet 1</li> <li>Bullet 2</li> </ul>

<br> Inserts a single line break.
<img> Defines an image in an HTML page. The <img> tag has an required attribute named src which specifies the URL of the image.

For example:

<img src="http://t2.gstatic.com/images?q=tbn:ANd9GcR59KE-ltJTWbaNBpB3K_uOJYMGE0HaQOx4htrm8DML6lUj90t4"/>.

<blockquote> Defines a long quotation.
<q> Defines a short quotation.
Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus