mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
42 lines
2.7 KiB
HTML
42 lines
2.7 KiB
HTML
<P ALIGN=CENTER><B>Aiuto per scrivere in puro testo</B></P>
|
||
|
||
La modalitˆ di scrittura in puro testo offerta da Moodle <20> abbastanza intuitiva e il risultato <20> facilmente prevedibile ma, in pi<70> permette di inserire le "faccine", "collegamenti web" ed alcuni codici HTML nel tuo testo.
|
||
|
||
<P><B>Faccine (emoticons)</B></P>
|
||
<UL>
|
||
<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5>
|
||
<TR><TH>Nome <TH>Immagine <TH>Devi digitare</TR>
|
||
<TR><TD>sorriso <TD ALIGN=CENTER><img ALT=smile SRC="<?=$CFG->wwwroot?>/pix/s/smiley.gif"><TD ALIGN=CENTER> :-) </TD></TR>
|
||
<TR><TD>cattivo <TD ALIGN=CENTER><img ALT=sad SRC="<?=$CFG->wwwroot?>/pix/s/sad.gif"><TD ALIGN=CENTER> :-( </TD></TR>
|
||
<TR><TD>smagliante <TD ALIGN=CENTER><img ALT=grin SRC="<?=$CFG->wwwroot?>/pix/s/biggrin.gif"><TD ALIGN=CENTER> :-D </TD></TR>
|
||
<TR><TD>occhiolino <TD ALIGN=CENTER><img ALT=wink SRC="<?=$CFG->wwwroot?>/pix/s/wink.gif"><TD ALIGN=CENTER> ;-) </TD></TR>
|
||
<TR><TD>confuso <TD ALIGN=CENTER><img ALT=mixed SRC="<?=$CFG->wwwroot?>/pix/s/mixed.gif"><TD ALIGN=CENTER> :-/ </TD></TR>
|
||
<TR><TD>ampie vedute <TD ALIGN=CENTER><img ALT=wide-eyed SRC="<?=$CFG->wwwroot?>/pix/s/wideeyes.gif"><TD ALIGN=CENTER> 8-) </TD></TR>
|
||
<TR><TD>lingua in fuori <TD ALIGN=CENTER><img ALT=tongue-out SRC="<?=$CFG->wwwroot?>/pix/s/tongueout.gif"><TD ALIGN=CENTER> :-P </TD></TR>
|
||
<TR><TD>sorpresa <TD ALIGN=CENTER><img ALT=surprised SRC="<?=$CFG->wwwroot?>/pix/s/surprise.gif"><TD ALIGN=CENTER> :-o </TD></TR>
|
||
<TR><TD>raggiante <TD ALIGN=CENTER><img ALT=cool SRC="<?=$CFG->wwwroot?>/pix/s/cool.gif"><TD ALIGN=CENTER> B-) </TD></TR>
|
||
</TABLE>
|
||
</UL>
|
||
|
||
<P><B>URLs</B></P>
|
||
<UL>
|
||
<P>Ogni "parola" che incominci con <B>www.</B> oppure <B>http://</B> sarˆ trasformata automaticamente in un collegamento cliccabile e attivo.
|
||
<P>Per esempio: <A HREF="http://www.territorioscuola.it">www.territorioscuola.it</A> oppure <A HREF="http://curtin.edu">http://curtin.edu</A>
|
||
</UL>
|
||
|
||
<P><B>Codice HTML</B></P>
|
||
<UL>
|
||
<P>Puoi usare un limitato set di codice HTML per aggiungere del testo enfatizzato.
|
||
<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5>
|
||
<TR><TH>Codice HTML<TH>Effetto</TR>
|
||
<TR><TD><B> grassetto </B> <TD> <B>testo grassetto</B> </TR>
|
||
<TR><TD><I> corsivo "italico" </I> <TD> <I>corsivo "italico"</I> </TR>
|
||
<TR><TD><U> testo sottolineato </U> <TD> <U>testo sottolineato</U> </TR>
|
||
<TR><TD><FONT SIZE=1> font piccolo </FONT> <TD> <FONT SIZE=1>font piccolo</FONT> </TR>
|
||
<TR><TD><FONT SIZE=4> font grande </FONT> <TD> <FONT SIZE=4>font grande</FONT> </TR>
|
||
<TR><TD><FONT COLOR=green> testo verde </FONT> <TD> <FONT color=green>testo verde</FONT> </TR>
|
||
</TABLE>
|
||
</UL>
|
||
|
||
|