Posted by Andy Dingley on 10/02/04 11:44
On 28 Mar 2006 07:59:58 -0800, "Jo" <anniefdo@gmail.com> wrote:
>i jus need to know whether font tag in HTML does not require a </font>
>tag.
It doesn't require a <font> tag either. Don't use either of them.
if you absolutely _MUST_, then refactor this to use
<span style="font-family: sans-serif; font-size: 120%" >
and yes, they should be closed, paired and nested without interleaving
(if you must nest them).
But dump font and go to CSS. CSS can be tricky for some aspects, but
using it to control fonts is easy enough.
[Back to original message]
|