Skip to content

Commit a6af01c

Browse files
author
russom
committed
Add css validation icon display
1 parent 05ec57a commit a6af01c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>My form exercise</title>
7-
<link rel="stylesheet" href="styles.css" />
7+
<link rel="stylesheet" href="styles.css" />
88
<meta name="description" content="" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
</head>
@@ -68,6 +68,15 @@ <h1>Product Pick</h1>
6868
<footer>
6969
<!-- change to your name-->
7070
<p>By Russom Gebremeskel</p>
71+
<p>
72+
<a href="https://jigsaw.w3.org/css-validator/check/referer">
73+
<img
74+
style="border: 0; width: 88px; height: 31px"
75+
src="https://jigsaw.w3.org/css-validator/images/vcss-blue"
76+
alt="Valid CSS!"
77+
/>
78+
</a>
79+
</p>
7180
</footer>
7281
</body>
7382
</html>

0 commit comments

Comments
 (0)