|
Home >> FAQs/Tutorials >> XHTML Tutorials and Tips >> Index
FYIcenter - Software Developer FAQ - Incorrect "head" Element
By: FYIcenter.com
(Continued from previous topic...)
What Is Wrong with This "head" Element?
If you have trouble passing the XHTML 1.0 validation on your head element,
check the following common mistakes:
- Missing the title element.
- Not closing the meta element as <meta ... >.
You must close all elements in XHTML documents.
- Not closing the link element as <link ... >.
You must close all elements in XHTML documents.
- Extra text outside any tags in the head element.
(Continued on next topic...)
- What is the Top Level Structure of an XHTML Document?
- How Many Document Types Defined in XHTML 1.0?
- What Is the "html" Tag/Element?
- What is the Second Level Structure of an XHTML Document?
- What Is the "head" Tag/Element?
- What Is the "body" Tag/Element?
- How To Write a "head" Element Properly?
- What Is the "title" Tag/Element?
- What is a Smallest Valid XHTML Dodument?
- What Is Wrong with This "head" Element?
- What Happens If the "title" Element is Missing?
- What Happens If a "meta" Element Is Not Closed?
- What Is a "meta" Tag/Element?
- What Is the Description "meta" Tag/Element?
- What Is the Keywords "meta" Tag/Element?
- What Is the Robots "meta" Tag/Element?
- What Is a http-equiv "meta" Tag/Element?
- What Is the Author "meta" Tag/Element?
- What Is the "base" Tag/Element?
- What Is a "script" Tag/Element?
- What Is a "link" Tag/Element?
- What Is a "style" Tag/Element?
|