blob: 08b7617f5668cad997bd496b01dfce2b7396c21d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#
# "Tip Of The Day" Configuration.
#
# Each key is a URL and the value is the text that should be displayed as
# the link to it. Will appear in Validation Results pages. To disable
# just comment out or delete all lines in this file.
#
# $Id: tips.cfg,v 1.5 2003-05-24 20:32:46 link Exp $
#
http://www.w3.org/2001/06tips/good-titles = \
<strong><title></strong>: \
the most important element of a quality Web page.
http://www.w3.org/2001/06tips/noClickHere = \
Don't use "click here" as link text!
http://www.w3.org/2001/06tips/Use_h1_for_Title = \
Use h1 for title!
http://www.w3.org/2001/06tips/reback = \
Use standard redirects: don't break the back button!
http://www.w3.org/2001/06tips/Doctype = \
Don't forget to add a doctype!
http://www.w3.org/Provider/Style/URI = \
Cool URIs don't change!
http://www.w3.org/2001/06tips/altAttribute = \
Use the <code>alt</code> attribute
|