mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Added help information about allowed HTML tags
This commit is contained in:
parent
b7a3cf49f8
commit
f7d58d7321
@ -1,6 +1,6 @@
|
||||
<P ALIGN=CENTER><B>Help on writing text</B></P>
|
||||
|
||||
Writing text in Moodle works pretty much the way you would expect, but you also have the ability to include "smilies" and "URL addresses" in your text.
|
||||
Writing text in Moodle works pretty much the way you would expect, but you also have the ability to include "smilies", "URL addresses" and some HTML tags in your text.
|
||||
|
||||
<P><B>Smilies (emoticons)</B></P>
|
||||
<UL>
|
||||
@ -23,3 +23,19 @@ Writing text in Moodle works pretty much the way you would expect, but you also
|
||||
<P>Any "word" starting with <B>www.</B> or <B>http://</B> will automatically be turned into a clickable link.
|
||||
<P>For example: <A HREF="http://www.yahoo.com">www.yahoo.com</A> or <A HREF="http://curtin.edu">http://curtin.edu</A>
|
||||
</UL>
|
||||
|
||||
<P><B>HTML tags</B></P>
|
||||
<UL>
|
||||
<P>You can use a limited subset of HTML tags to add emphasis to your texts.
|
||||
<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5>
|
||||
<TR><TH>HTML tags<TH>Produces</TR>
|
||||
<TR><TD><B> bold </B> <TD> <B>bold text</B> </TR>
|
||||
<TR><TD><I> italic </I> <TD> <I>italic text</I> </TR>
|
||||
<TR><TD><U> underline </U> <TD> <U>underlined text</U> </TR>
|
||||
<TR><TD><FONT SIZE=1> small </FONT> <TD> <FONT SIZE=1>small</FONT> </TR>
|
||||
<TR><TD><FONT SIZE=4> large </FONT> <TD> <FONT SIZE=4>large</FONT> </TR>
|
||||
<TR><TD><FONT COLOR=green> example </FONT> <TD> <FONT color=green>example</FONT> </TR>
|
||||
</TABLE>
|
||||
</UL>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user