-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
33 lines (26 loc) · 948 Bytes
/
home.html
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
33
<!DOCTYPE html>
<html>
<head>
<title>CSS Test Suite</title>
</head>
<body>
<h1>CSS Test Suite Main Page</h1>
<a href="intro.html">Introduction</a><br />
<a href="syntax.html">Syntax</a><br />
<a href="id_class.html">Id & Class</a><br />
<a href="how_to.html">How To...</a><br />
<a href="backgrounds.html">Backgrounds</a><br />
<a href="text.html">Text</a><br />
<a href="fonts.html">Fonts</a><br />
<a href="links.html">Links</a><br />
<a href="lists.html">Lists</a><br />
<a href="tables.html">Tables</a><br />
<a href="box_model.html">Box Model</a><br />
<a href="border.html">Border</a><br />
<a href="outline.html">Outline</a><br />
<a href="margin.html">Margin</a><br />
<a href="padding.html">Padding</a><br />
<a href="grouping_nesting.html">Grouping and nesting</a><br />
<a href="display.html">Display and Visibility</a><br />
</body>
</html>