MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / lang / en_utf8 / help / html.html
blobf9167ad80ee56f7ca2c724162c0d90dcf569105b
1 <h1>Help on writing html</h1>
3 <p>When writing HTML in Moodle, you are free to use almost any HTML tags you like
4 to produce the effect you want.</p>
6 <p>Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed
7 automatically.</p>
9 <p>Your code will normally be printed on the page within a table cell,
10 so:</p>
12 <ul>
13 <li>there is no need to use any &lt;HEAD> or &lt;BODY> tags
14 <li>be careful about unmatched &lt;/TABLE> tags that may mess up the display.
15 </ul>
17 <p>Smilies (emoticons) will be converted into their graphical equivalent, and
18 bare URLs will be converted into links.
19 </p>