I recently came across some CSS page files in a tutorial. In the source,
the author uses this tag in the body of the page:
<p class="greek">
and follows it with some goofy text, and does this to make some text show up
when looking at the page online.
Is the "greek" class for real? Is it part of CSS or HTML? I can't find it!
Or, is he just using that description to point out what follows is just
gibberish?
thanX! I appreciate the help.
Howie
You can put whatever you like (within certain naming conventions) and as
long as your CSS selectors match the class attribute, it will work.