Upload New File

parent 3fc8aee9
# Partie 1
## Sous-partie 1: texte
holla
*holla*
**holla**
[fun-mooc](https://www.fun-mooc.fr/)
Utilisation de balises HTML : <u>souligné</u>, <span style="color: #f00;">couleur</span> ...
## Sous-partie 2: listes
**Liste à puce**
- item
- sous-item
- sous-item
- item
- item
**Liste numérotée**
1. item
2. item
3. item
## Sous-partie 3: code
<table border="1" cellspacing="0" cellpadding="4" align="center">
<tr> <td>Tableau</td> <td>par balises HTML</td> </tr>
</table>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment