mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
HTML cleanup
This commit is contained in:
parent
8c1f8a308f
commit
1ab853e586
1 changed files with 7 additions and 9 deletions
|
@ -129,15 +129,13 @@ Writing text in Moodle works pretty much the way you would expect, but you also
|
|||
<ul>
|
||||
<p>You can use a limited subset of HTML tags to add emphasis to your texts.</p>
|
||||
<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>
|
||||
<tr><td valign="top"><ul><li>one <li>two </ul> <td valign="top"> <ul><li>one<li>two</ul> </tr>
|
||||
<tr><td><hr /><td> <hr /> </tr>
|
||||
<tr><th>HTML tags</th><th>Produces</th></tr>
|
||||
<tr><td><b> bold </b> </td><td> <b>bold text</b> </td></tr>
|
||||
<tr><td><i> italic </i> </td><td> <i>italic text</i> </td></tr>
|
||||
<tr><td><u> underline </u> </td><td> <u>underlined text</u> </td></tr>
|
||||
<tr><td><font color="green"> example </font> </td><td> <font color="green">example</font> </tr>
|
||||
<tr><td valign="top"><ul> <li>one</li> <li>two</li> </ul> </td><td valign="top"> <ul><li>one<li>two</ul> </tr>
|
||||
<tr><td><hr /></td><td> <hr /> </td></tr>
|
||||
</table>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue