+ 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?
6 ответов
+ 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
+ 1
hahaha perverts
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.
0
@mansoor
I tried executing the program i had typed. It didnt work.
Have u tried this?
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
0
@vidit virmani...why have u written <!doctype HTML> what does it mean?