- From: Eric Richards <2eric.richards@gmail.com>
- Date: Sun, 16 Sep 2018 09:38:39 +1200
- To: www-validator Community <www-validator@w3.org>
- Message-ID: <CA+Dr9BYwJPZb=Emzh_Dymreubz2Fsho1uOFd_YQ7=7TiUy+Cjw@mail.gmail.com>
Hello Mr. Art Here is a sample from the top of one of my pages, what version of HTML are you doing? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ...............[cut] It is good you want to validate your pages so if I ever visit your website with my cell via a search engine, I can find it useful. On Sun, Sep 16, 2018 at 4:35 AM, SatGraphics Art <jsatt@satgraphics.com> wrote: > Validator (text input)inserts *<html lang=''><!DOCTYPE html>* following > the <!DOCTYPE html> that already exists in page source. > > Also shows a non-existent *</style>* tag after *</html>* that is not in > page source. > > How is it that code appears as error when no such code exists in page > source? > > ============Validation Results================== > > > 1. <!DOCTYPE html>*<html lang=''>*<!*DOCTYPE html>*↩ > 2. <html lang=‘en'> > 3. <head>↩ > > > =====Actual page source====== > > <!DOCTYPE html> > <html lang-‘en’> > <head> > > ====Validation shows *</style>* tag after </html>======== > > </body>↩ > </html>↩ > *</style>* > > ========Actual page source code============ > > </body> > </html> > -- >From Eric HELP MAKE INTERNET WORK ON CELL PHONES: Have you ever noticed some websites does not display well on your cell phone? Well there is an answer. It is because that web site has code errors that needs to be fixed by the website master. By going to https://validator.w3.org and putting the faulty web site URL into the “Address” entry, then clicking the “Check” button, it will have errors and/or warnings from it. When there are no errors/warnings from https://validator.w3.org the website will display great on cell phone, it just you will have reduced screen, but thats what you wanted useing a cell phone
Received on Saturday, 15 September 2018 21:39:02 UTC