summaryrefslogtreecommitdiffstats
path: root/htdocs/config/tips.html
blob: 94d1e60426af5fe2478af0ee426ef6c3a69eb626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>validator tip list</title>
  </head>

  <body>
      <p>each link (i.e. a element with href attribute) in this
	file will be added to the list of tips that the
	validator chooses from (at random).</p>
      <p>This file must be well-formed XML.
	The actual XML parser it uses is limited: don't put
	spaces around the = and use double-quotes (") around
	href values.</p>
    <ul>
      <li><a href="http://www.w3.org/2001/06tips/good-titles"><strong>&lt;title&gt;</strong>: the most important element of a quality Web page</a></li>
      <li><a href="http://www.w3.org/2001/06tips/noClickHere">Don't use "click here" as link text</a></li>
      <li><a href="http://www.w3.org/2001/06tips/">... more quality tip stuff@@</a></li>
    </ul>
  <address>Dan Connolly and the QA team<br class=''/>
  <small>$Id: tips.html,v 1.5 2001-10-03 19:24:49 connolly Exp $</small>
  </address>
  </body>
</html>