diff --git a/lang/en/help/text.html b/lang/en/help/text.html index ec8bc3c1a21..732b3e6359a 100644 --- a/lang/en/help/text.html +++ b/lang/en/help/text.html @@ -129,15 +129,13 @@ Writing text in Moodle works pretty much the way you would expect, but you also
You can use a limited subset of HTML tags to add emphasis to your texts.
| HTML tags | Produces |
|---|---|
| <B> bold </B> | bold text |
| <I> italic </I> | italic text |
| <U> underline </U> | underlined text |
| <font size="1"> small </font> | small |
| <font size="4"> large </font> | large |
| <font color="green"> example </FONT> | example |
| <ul><li>one <li>two </ul> |
|
| <hr /> | |
| HTML tags | Produces |
| <b> bold </b> | bold text |
| <i> italic </i> | italic text |
| <u> underline </u> | underlined text |
| <font color="green"> example </font> | example |
| <ul> <li>one</li> <li>two</li> </ul> |
|
| <hr /> | |