Close the <sub> tag. (#19310)

This commit is contained in:
Qondor
2018-10-15 17:58:09 +02:00
committed by Jonathan Grah
parent 0730d9fdb4
commit 9c73ca67e4

View File

@ -55,7 +55,7 @@ HTML isn't boring. <ins>You can make a lot of combinations of elements!</ins>
Using element `<sub>` gives you a useful formatting as subscripted text (showing it smaller on the bottom). There is an example code: Using element `<sub>` gives you a useful formatting as subscripted text (showing it smaller on the bottom). There is an example code:
``` ```
This was in 2003 year <sub>(needs a link). This was in 2003 year <sub>(needs a link)</sub>.
``` ```
### Superscripted ### Superscripted