It means that there's no </html> tag at the end of the page's source.
All html tags should in fact either have a matching end tag, or else if they're a sort of standalone tag which don't as such have to 'contain' any content like a <p> tag etc., then they should in fact (nowadays) still have that slash at the end: <input type="text" name="txtOne" /> HTH Jacob Kruger Blind Biker Skype: BlindZA '...Fate had broken his body, but not his spirit...' ----- Original Message ----- From: "Sarah" <[EMAIL PROTECTED]> To: "blind computing list" <[email protected]> Sent: Saturday, November 17, 2007 7:48 AM Subject: [Blind-Computing] html question > Hello. I'm trying ot validate my page and found this odd thing > Error in line 2 at character 2: The "html" tag must have an end tag but > the end tag was not found. > Huh? Hee is some of the source code. > > <!doctype html public "-//w3c//dtd html 3.2//en"> > <html> > <head> > <base href="http://www.marrie.org/" target="_blank"/> > <title> Welcome to my home!</title> > </head> > > so what does tha tclosing tag mean? I fthis is the wrong list let me know > and i'll find someone else to give me a hand. Thanks > > Sarah Alawami > MSN: [EMAIL PROTECTED] > skype: marrie1 > Website; > www.marrie.org > To check out my podcast go to > http://feeds.feedburner.com/funfilled > For information on the list where you can discuss the podcast check out > http://tffp.marrie.org/mailman/listinfo/tffpdiscussionlist_tffp.marrie.org > My girlfriend said I never listen to her, or something ... > > The holidays are upon us. visit http://shop.marrie.org for great bargains! > Visit the Blind Computing List home page at: > http://www.blind-computing.com > Address for the list archives: > http://www.mail-archive.com/[email protected]/ > To post to this group, send email to > [email protected] > To unsubscribe from this group, send an email to > [EMAIL PROTECTED] > For help from Mailman with your account Put the word help in the subject > or body of a blank message to: > [EMAIL PROTECTED] > Use the following form in order to contact the management team > http://www.jaws-users.com/BlindComputing.php > If you wish to join the JAWS Users List send a blank email to the > following address: > [EMAIL PROTECTED] > Visit the Blind Computing List home page at: http://www.blind-computing.com Address for the list archives: http://www.mail-archive.com/[email protected]/ To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [EMAIL PROTECTED] For help from Mailman with your account Put the word help in the subject or body of a blank message to: [EMAIL PROTECTED] Use the following form in order to contact the management team http://www.jaws-users.com/BlindComputing.php If you wish to join the JAWS Users List send a blank email to the following address: [EMAIL PROTECTED]
