Posted by Chaddy2222 on 03/29/06 11:35
Jo wrote:
> Hello evryone...
> i jus need to know whether font tag in HTML does not require a </font>
> tag.
> Me parsing out text from web page source code. I have to remove the
> entire tag
> <font >
> Any text
> </font>
>
> So i will read from <font> till I encounter a </font>
> It works fine..But i recently saw that certain webpages dont have
> closing </font> tag for all <font>
> Is it not necessary to put a </font> tag??
>
> What do i do now?
> Kindly help..
Yes, you need to add the </font> tag in to close that tag.
If you do not do that then your code will not be valid.
--
Regards Chad. http://freewebdesign.cjb.cc
>
> Cheers
> Annie(Jo)
[Back to original message]
|