3
3
4
4
< head >
5
5
< meta charset ="UTF-8 ">
6
+ < meta name ="description " content ="Interactive rating component - Frontend Mentor ">
7
+ < meta name ="keywords " content ="Interactive rating component, Frontend Mentor ">
6
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
-
8
9
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="images/favicon-32x32.png ">
9
10
< link rel ="stylesheet " href ="styles.css ">
10
11
< title > Interactive rating component</ title >
15
16
< article class ="main-container ">
16
17
< section class ="front-section dark-bg ">
17
18
<!-- FRONT -->
18
- < section class ="star-section "> < img class ="star-img " src ="images/icon-star.svg " alt ="" aria-hidden =“true” > </ section >
19
- < section class ="content ">
20
- < h1 > How did we do?</ h1 >
21
- < p > Please let us know how we did with your support request. All feedback is appreciated
22
- to help us improve our offering!</ p >
23
- </ section >
19
+ < img class ="star-img " src ="images/icon-star.svg " alt ="" aria-hidden =“true” >
20
+ < h1 > How did we do?</ h1 >
21
+ < p > Please let us know how we did with your support request. All feedback is appreciated
22
+ to help us improve our offering!</ p >
24
23
< section class ="rating-numbers ">
25
- < input class ="radio-btn " value ="1 " type ="radio " id ="one " checked > </ input >
24
+ < input name =" rating " class ="radio-btn " value ="1 " type ="radio " id ="one " checked > </ input >
26
25
< label class ="rating-number one default-active " for ="one "> 1</ label >
27
- < input class ="radio-btn " value ="2 " type ="radio " id ="two "> </ input >
26
+ < input name =" rating " class ="radio-btn " value ="2 " type ="radio " id ="two "> </ input >
28
27
< label class ="rating-number two " for ="two "> 2</ label >
29
- < input class ="radio-btn " value ="3 " type ="radio " id ="three "> </ input >
28
+ < input name =" rating " class ="radio-btn " value ="3 " type ="radio " id ="three "> </ input >
30
29
< label class ="rating-number three " for ="three "> 3</ label >
31
- < input class ="radio-btn " value ="4 " type ="radio " id ="four "> </ input >
30
+ < input name =" rating " class ="radio-btn " value ="4 " type ="radio " id ="four "> </ input >
32
31
< label class ="rating-number four " for ="four "> 4</ label >
33
- < input class ="radio-btn " value ="5 " type ="radio " id ="five "> </ input >
32
+ < input name =" rating " class ="radio-btn " value ="5 " type ="radio " id ="five "> </ input >
34
33
< label class ="rating-number five " for ="five "> 5</ label >
35
34
</ section >
36
- < section > < button class ="btn "> submit</ button > </ section >
35
+ < button class ="btn "> submit</ button >
37
36
</ section >
38
37
<!-- END OF FRONT -->
39
38
<!-- BACK -->
40
39
< section class ="back-section dark-bg ">
41
40
< section class ="back-section-inner ">
42
- < img src ="images/illustration-thank-you.svg " alt ="review icon ">
43
-
41
+ < img src ="images/illustration-thank-you.svg " alt ="" aria-hidden ="true ">
44
42
< p class ="result-text "> </ p >
45
-
46
43
< section class ="thankyou-section ">
47
44
< h1 > Thank you!</ h1 >
48
45
< p > We appreciate you taking the time to give a rating. If you ever need more support,
@@ -57,4 +54,4 @@ <h1>Thank you!</h1>
57
54
58
55
</ body >
59
56
60
- </ html >
57
+ </ html >
0 commit comments