How to hide an HTML element or tag without using CSS styles or JavaScript?
Originally Published Here ๐!
To hide an HTML element tag without using CSS styles or using JavaScript, we can use the hidden attribute on the HTML tag.
For example, to hide a div HTML tag, we can use the hidden attribute like this,
<!-- Hide div HTM...
melvingeorge-me.hashnode.dev1 min read