Is there a way to create empty HTML tags, meaning tags that have no predefined styling or effect on the enclosed content or its environment? For example, <p>
creates a paragraph, <b>
makes text bold, and <div>
forms a container. I am in search of a tag that essentially does nothing so I can customize it using CSS or JavaScript to achieve my desired look.
I am <x class="FancyText">king</x> of the world.