Hello, i am trying to use the Doctype : XHTML Strict 1.01
I cannot seem to link it up properly ...
Here is my code...
If you visit my site...
When you validate the page... look at the errors?
Appreciate any help on this matter.
Thanks very much
- Jon
JavaScript Beginner at work
I cannot seem to link it up properly ...
Here is my code...
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/URL]
<HTML>
<HEAD>
<title> Ormskirk Football Club </title>
</HEAD>
<BODY>
<a href="[URL unfurl="true"]http://validator.w3.org/check?uri=referer">[/URL] Check XHTML Coding </a>
<br/>
<div align="center">
<h1 style="color: blue; text-decoration: underline;"> Ormskirk Football Club </h1>
</div>
<br/>
<div align="left">
<span style="color: black; font-size: 10pt; font-family: verdana; sans-serif;">
This site is under construction, the site will be up and running for the start of the season. Sorry for any inconvenience.
</span>
</div>
</BODY>
</HTML>
If you visit my site...
When you validate the page... look at the errors?
Appreciate any help on this matter.
Thanks very much
- Jon
JavaScript Beginner at work