Whats the use of subscription and forrmatting and deleting text? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Whats the use of subscription and forrmatting and deleting text?

plz help me out

17th Jul 2016, 12:10 PM
Harsh Jain
Harsh Jain - avatar
1 Answer
+ 1
Did you mean subscript text and deleted text? If so, then a subscript text is a smaller text that appends at lower right of a normal text. Meanwhile, deleted text indicates text with a stroke on it. To understand these, try to type the following code in your code playground or any text editor in your computer, and then run. 1. Subscript text <p>The chemical formula of water is H<sub>2</sub>O.</p> 2. Deleted text <p>My favourite colour is <del>blue</del> green.</p> Hope that answers your question. ☺
17th Jul 2016, 12:55 PM
Azwan Abdullah
Azwan Abdullah - avatar