HTML :How to delete an HTML tag without omitting it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML :How to delete an HTML tag without omitting it?

How to delete an HTML tag without omitting it?

26th Mar 2020, 12:02 PM
Shajiur
Shajiur - avatar
3 Answers
+ 1
You can set display to none with css. Like this <div style="display: none"></div>
26th Mar 2020, 12:25 PM
Ore
Ore - avatar
0
Thanks people.
27th Mar 2020, 4:33 AM
Shajiur
Shajiur - avatar