0
How are texts formated?
Fr Text Formatting <html> <head> <title>first page</title> </head> <body> <p>This is regular text </p> <p><b> bold text </b></p> <p><big> big text </big></p> <p><i> italic text </i></p> <p><small> small text </small></p> <p><strong> strong text </strong></p> <p><sub> subscripted text </sub></p> <p><sup> superscripted text </sup></p> <p><ins> inserted text </ins></p> <p><del> deleted text </del></p> </body> </html>
2 ответов
+ 1
Maybe you should try a code playground?
https://code.sololearn.com/WVYtH6bXO7GL/
0
thanks