mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
14 lines
415 B
HTML
14 lines
415 B
HTML
<P ALIGN=CENTER><B>Help on writing html</B></P>
|
|
|
|
<P>When writing HTML in Moodle, you are free to use any HTML tags you like
|
|
to produce the effect you want.
|
|
|
|
<P>Your code will normally be printed on the page within a table cell,
|
|
so:
|
|
|
|
<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>
|
|
|