![]() |
|||||||||
| |||||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
(#1)
|
|
EXPADV Forum Management
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 603
Join Date: Nov 2007
Location: North Humberside, UK
Rep Power: 100
|
Here are structural templates to create conforming HTML and XHTML documents. Copy & paste the code to a new web page with an editor of your choice & save.
HTML 4.01 Transitional Template Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Conforming HTML 4.01 Transitional Template</title>
</head>
<body>
</body>
</html>
HTML 4.01 Strict Template Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Conforming HTML 4.01 Strict Template</title>
</head>
<body>
</body>
</html>
HTML 4.01 Frameset Template Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Conforming HTML 4.01 Frameset Template</title> </head> <frameset> <noframes> <body> <!-- place alternative information for accessibility purposes here --> </body> </noframes> </frameset> </html> Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Conforming XHTML 1.0 Transitional Template</title> </head> <body> </body> </html> Code:
<!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">
<head>
<title>Conforming XHTML 1.0 Strict Template</title>
</head>
<body>
</body>
</html>
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Conforming XHTML 1.0 Frameset Template with accessibility</title> </head> <frameset> <noframes> <body> <!-- place alternative information for accessibility purposes here --> </body> </noframes> </frameset> </html> XHTML 1.1 Template Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Conforming XHTML 1.1 Template</title> </head> <body> </body> </html> Resonate Seo Consultancy - Resonate Seo Sem Web Standards Consultancy Great, 12 Free Seo Tools from WebCEO Great Webmaster Forum at UK Webmaster World |
|
| Sponsored Links | |
|
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Free Web Templates | Resonate | Web Design Forums | 4 | 02-23-2008 04:03 PM |
| Open Web Design - Good Source of Free Web Templates | webvicious | Web Design Forums | 1 | 11-29-2007 06:59 PM |
| Our Clients | ||||||||||||||||
|