There was an error while loading. Please reload this page.
1 parent 05ec57a commit a6af01cCopy full SHA for a6af01c
1 file changed
Form-Controls/index.html
@@ -4,7 +4,7 @@
4
<meta charset="utf-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<title>My form exercise</title>
7
- <link rel="stylesheet" href="styles.css" />
+ <link rel="stylesheet" href="styles.css" />
8
<meta name="description" content="" />
9
<meta name="viewport" content="width=device-width, initial-scale=1" />
10
</head>
@@ -68,6 +68,15 @@ <h1>Product Pick</h1>
68
<footer>
69
<!-- change to your name-->
70
<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>
80
</footer>
81
</body>
82
</html>
0 commit comments