mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
21 lines
662 B
HTML
21 lines
662 B
HTML
<p align="center"><b>Help on writing html</b></p>
|
|
|
|
<p>When writing HTML in Moodle, you are free to use almost any HTML tags you like
|
|
to produce the effect you want.</p>
|
|
|
|
<p>Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed
|
|
automatically.</p>
|
|
|
|
<p>Your code will normally be printed on the page within a table cell,
|
|
so:</p>
|
|
|
|
<ul>
|
|
<li>there is no need to use any <HEAD> or <BODY> tags
|
|
<li>be careful about unmatched </TABLE> tags that may mess up the display.
|
|
</ul>
|
|
|
|
<p>Smilies (emoticons) will be converted into their graphical equivalent, and
|
|
bare URLs will be converted into links.</p>
|
|
|
|
</p>
|