How are texts formated? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

28th Jun 2017, 2:42 PM
Yakubu Abraham
Yakubu Abraham - avatar
2 Answers
+ 1
Maybe you should try a code playground? https://code.sololearn.com/WVYtH6bXO7GL/
28th Jun 2017, 2:49 PM
Tommi Hynynen
Tommi Hynynen - avatar
0
thanks
28th Jun 2017, 2:54 PM
Yakubu Abraham
Yakubu Abraham - avatar