Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the Second Level Structure of an XHTML Document
What is the Second Level Structure of an XHTML Document? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags
✍: FYIcenter.com
The second level structure of an XHTML document consists of two parts:
The following tutorial sample shows you how the HTML second level structure looks like:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> (Head structure) </head> <body> (Body structure) </body> </html>
2007-05-12, 4890👍, 0💬
Popular Posts:
Is There Any XSD File to Validate Atom Feed Files? - RSS FAQs - Atom Feed Introduction and File Gene...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..
Can you explain the fundamentals of “GetGlobalResourceObject ”and “GetLocalResourceObject” function...