Can i have a subscripted text crossed out (what delete does)? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Can i have a subscripted text crossed out (what delete does)?

I wrote <p> <sub> <del> hello </del> </sub> </p> Does that make sense?

3rd Sep 2016, 10:03 AM
Mahima Gupta
6 Respuestas
+ 2
@rishabh Ranjan !DOCTYPE is not a tag. we use this to notice the browser what is the type of our html version, and for every html version we have a unique !DOCTYPE. For example we use <!DOCTYPE html> for HTML5
4th Sep 2016, 3:13 PM
Hatef talooei
Hatef talooei  - avatar
+ 1
hahaha perverts
3rd Sep 2016, 10:29 PM
vidit virmani
vidit virmani - avatar
0
hello MS. mahima Gupta, well I must accept you have really very nice name the answer for your question is as follows <p><del><sub>your text</sub></del></p> and your answer also results same when executed But the difference is you are subscripting a deleted text and I deleted a subscripted text.
3rd Sep 2016, 11:07 AM
mansoor
mansoor - avatar
0
@mansoor I tried executing the program i had typed. It didnt work. Have u tried this?
3rd Sep 2016, 12:41 PM
Mahima Gupta
0
yeah I tried that and it worked and I use notepad++ editor and it got executed plz. do type this program <!doctype html> <html> <head><title>Index</title></head> <body> <p>hello</p> <p><del><sub>hello</sub></del></p> <p><sub><del>hello</del></sub></p> </body> </html> and can I get your contact id
3rd Sep 2016, 1:57 PM
mansoor
mansoor - avatar
0
@vidit virmani...why have u written <!doctype HTML> what does it mean?
4th Sep 2016, 1:01 AM
Rishabh Ranjan
Rishabh Ranjan - avatar