diff options
Diffstat (limited to 'htdocs/feedback.html')
-rwxr-xr-x | htdocs/feedback.html | 47 |
1 files changed, 29 insertions, 18 deletions
diff --git a/htdocs/feedback.html b/htdocs/feedback.html index b8f65c5..3355eb2 100755 --- a/htdocs/feedback.html +++ b/htdocs/feedback.html @@ -1,31 +1,38 @@ -<!--#set var="revision" value="\$Id: feedback.html,v 1.13 2002-02-11 22:09:09 link Exp $" ---><!--#set var="date" value="\$Date: 2002-02-11 22:09:09 $" +<!--#set var="revision" value="\$Id: feedback.html,v 1.14 2002-08-20 01:51:23 link Exp $" +--><!--#set var="date" value="\$Date: 2002-08-20 01:51:23 $" --><!--#set var="title" value="How To Provide Feedback for The W3C HTML Validation Service" ---><!--#include virtual="/header.html" --> +--><!--#set var="relroot" value="./" +--><!--#include virtual="header.html" --> -<h2>How to Provide Feedback</h2> +<h2 id="skip">How to Provide Feedback</h2> <dl> <dt>If your page doesn't validate, and you don't know why, or - you have a question about HTML or validation</dt> + you have a question about + <acronym title="HyperText Markup Language">HTML</acronym> + or validation</dt> <dd> <p> First, check the <strong><a href="http://www.htmlhelp.com/faq/">Web - authoring frequently asked questions (FAQs)</a></strong> to see if - your question has been answered there. + authoring frequently asked questions + (<acronym title="Frequently Asked Questions">FAQ</acronym>)</a></strong> + to see if your question has been answered there. </p> <p> The two most common problems are: </p> <ul> - <li>Validating pages with &'s in <code>URI</code>s: + <li>Validating pages with &'s in <acronym + title="Universal Resource Identifiers">URIs</acronym>: see <a href="http://www.htmlhelp.com/tools/validator/problems.html#amp">Ampersands - (&'s) in URLs</a></li> + (&'s) in <acronym + title="Universal Resource Identifiers">URLs</acronym></a></li> <li>Validating pages with JavaScript: - see <a + see <a href="http://www.htmlhelp.com/tools/validator/problems.html#script">Writing - HTML in a SCRIPT Element</a></li> + <acronym title="HyperText Markup Language">HTML</acronym> + in a <code>SCRIPT</code> Element</a></li> </ul> <p> @@ -36,15 +43,19 @@ <ul> <li><code><a href="news:comp.infosystems.www.authoring.html">Usenet newsgroup: comp.infosystems.www.authoring.html</a></code></li> - <li><a href="http://www.hwg.org/">HTML Writers Guild</a> <a - title="HTML Writers Guild Mailing Lists" - href="http://www.hwg.org/lists/">mailing lists</a></li> + <li><a href="http://www.hwg.org/"><acronym + title="HyperText Markup Language">HTML</acronym> Writers Guild</a> + <a title="HTML Writers Guild Mailing Lists" + href="http://www.hwg.org/lists/">mailing lists</a></li> </ul> <p> - Each of these forums have plenty of experienced HTML authors who - are willing to share their expertise. (If you are commenting on a - specific page, be sure to provide a URL when you ask your question!) + Each of these forums have plenty of experienced <acronym + title="HyperText Markup Language">HTML</acronym> + authors who are willing to share their expertise. (If you are + commenting on a specific page, be sure to provide a + <acronym title="Universal Resource Locator">URL</acronym> + when you ask your question!) </p> </dd> @@ -65,7 +76,7 @@ </dd> </dl> -<!--#include virtual="/footer.html" --> +<!--#include virtual="footer.html" --> </body> </html> |