blob: ac29243ea5b69081c6a0685112c52f53c43f1cd2 (
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
|
#
# "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. The URL should be a
# properly escaped URI (not HTML escaped), and the value is included as-is
# in the markup.
#
# $Id: tips.cfg,v 1.12 2005-04-28 16:20:08 dom Exp $
#
http://www.w3.org/QA/Tips/good-titles = <strong><title></strong>: the most important element of a quality Web page.
http://www.w3.org/QA/Tips/noClickHere = Don't use "click here" as link text!
http://www.w3.org/QA/Tips/Use_h1_for_Title = Use <h1> for top-level heading
http://www.w3.org/QA/Tips/reback = Use standard redirects: don't break the back button!
http://www.w3.org/QA/Tips/altAttribute = Use the <code>alt</code> attribute to describe the function of each visual
http://www.w3.org/QA/Tips/color = If You Pick One Color Pick Them All
http://www.w3.org/QA/Tips/font-size = Care With Font Size
http://www.w3.org/QA/Tips/use-links = Use <link>s in your document
http://www.w3.org/QA/Tips/iso-date = Use international date format
http://www.w3.org/QA/Tips/png-gif = GIF or PNG
http://www.w3.org/QA/Tips/headings = Use headings to structure your document
http://www.w3.org/QA/Tips/uri-choose = Choose URIs wisely
http://www.w3.org/QA/Tips/uri-manage = Managing URIs
http://www.w3.org/QA/Tips/beyond-validation = Beyond Validation
http://www.w3.org/QA/Tips/goodclassnames = Use <code>class</code> with semantics in mind
http://www.w3.org/QA/Tips/unordered-lists = Unordered lists: more than just bullets
|