Hi all,
One can connect a CSS style to a HTML tag. I want to create a text in
the style footer. I can do:
<font class="footer">Here is my great footer.</font>
However, the <font> tag is depreciated in HTML 4.0 and I would like to
stick to the rules as much as possible. I tried to create my own tag
(see below), but that did not work. I do not want to use <p> or
<table> in this case.
<footer>Here is my great footer.</footer>
What can I do?
Thank you in advance,
Louis.
Please post to this newsgroup, email may not reach me.