0
HTML :How to delete an HTML tag without omitting it?
How to delete an HTML tag without omitting it?
3 Respuestas
+ 1
You can set display to none with css. Like this
<div style="display: none"></div>
0
Thanks people.
How to delete an HTML tag without omitting it?