Chroder
New Member
I want some text to be a certain style which I defined in my CSS sheet. I was just wondering if there's way to make text be the style without using "class="mystyle" in a HTML tag.
For example, I know I can go
But is there some kind of "special" tag that doesn't alter the text in any other way except the defined style? Like
Obviously that tag doesn't exist, just wondering if something similar does exist.
Tell me if I make no sense
Thanks
For example, I know I can go
Code:
<b class="mystyle">Styled</b>
But is there some kind of "special" tag that doesn't alter the text in any other way except the defined style? Like
Code:
<class="mystyle">Styled</class>
Obviously that tag doesn't exist, just wondering if something similar does exist.
Tell me if I make no sense
Thanks