Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: HTML in Moodle.

HTML in Moodle

From MoodleDocs
Revision as of 09:28, 22 February 2009 by Mauno Korpelainen (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

When writing HTML in Moodle, you are free to use almost any HTML tags you like to produce the effect you want.

Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed automatically.

Your code will normally be printed on the page within a table cell, so:

  • there is no need to use any <HEAD> or <BODY> tags
  • be careful about unmatched tags that may mess up the display.

Smilies (emoticons) created in text will be converted into their graphical equivalent, and bare URLs will be converted into links.

See also