11<!DOCTYPE html>
22< html lang ="en ">
3-
4- < head >
5- < meta charset =" UTF-8 " />
6- < meta http-equiv =" X-UA-Compatible " content ="IE=edge " />
7- < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " />
8- < script src ="https://kit.fontawesome.com/db139aff16.js " crossorigin =" anonymous " > </ script >
9- < title > Tv Shows </ title >
10- </ head >
11-
12- < body >
13- < header >
14- < nav >
15- < ul >
16- < li > < i class =" fa-solid fa-circle-play " > </ i > </ li >
17- < a href =" index.html " >
3+ < head >
4+ < meta charset =" UTF-8 " / >
5+ < meta http-equiv =" X-UA-Compatible " content =" IE=edge " />
6+ < meta name =" viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < script
8+ src ="https://kit.fontawesome.com/db139aff16.js "
9+ crossorigin =" anonymous "
10+ > </ script >
11+ < title > Document </ title >
12+ </ head >
13+ < body >
14+ < header >
15+ < nav >
16+ < ul >
17+ < li > < i class =" fa-solid fa-circle-play " > </ i > </ li >
1818 < li class ="count-shows "> </ li >
19- </ a >
20- < li > Best of 2022</ li >
21- < li > Mark your Calender</ li >
22- </ ul >
23- </ nav >
24- </ header >
25- < main class ="container "> </ main >
26- < div class ="comment_pop-up_container hidden ">
27- < div class ="comment_main-content ">
28- < section class ="description_content ">
29- < img id ="comment-image " src ="" alt ="" />
30- < button id ="close-btn "> ⨯</ button >
31- < h2 class ="description_content__movie_title "> </ h2 >
32- < div class ="rating-genres "> </ div >
33- < h3 > Description:</ h3 >
34- < p id ="description "> </ p >
35- </ section >
19+ < li > Best of 2022</ li >
20+ < li > Mark your Calender</ li >
21+ </ ul >
22+ </ nav >
23+ </ header >
24+ < main class ="container "> </ main >
3625
37- < section class ="comments-section ">
38- < h3 > Comments (N)</ h3 >
39- < div class ="comments-container "> </ div >
40- < div class ="add-comments-container ">
41- < h3 > Add a comment</ h3 >
42- < form id ="form " action ="" method ="post ">
43- < input id ="comment-user-name-input " type ="text " placeholder ="Your name " />
44- < textarea name ="comment " id ="textArea-comment " cols ="30 " rows ="3 " placeholder ="Your insights "> </ textarea >
45- < button id ="btn-input-comment "> Comment</ button >
46- </ form >
47- </ div >
48- </ section >
49- </ div >
50- </ div >
51- </ div >
52- </ body >
26+ < div class ="comment_pop-up_container hidden ">
27+ < div class ="comment_main-content ">
28+ < section class ="description_content ">
29+ < img id ="comment-image " src ="" alt ="" />
30+ < button id ="close-btn "> ⨯</ button >
31+ < h2 class ="description_content__movie_title "> </ h2 >
32+ < div class ="rating-genres "> </ div >
33+ < h3 > Description:</ h3 >
34+ < p id ="description "> </ p >
35+ </ section >
5336
54- < footer >
55- < div class ="footer_content ">
56- < p class ="footer-description "> Created by Microverse under CC license</ p >
57- </ div >
58- </ footer >
37+ < section class ="comments-section ">
38+ < h3 id ="comments-header "> Comments (N)</ h3 >
39+ < div class ="comments-container "> </ div >
40+ < div class ="add-comments-container ">
41+ < h3 > Add a comment</ h3 >
42+ < form id ="form " action ="" method ="post ">
43+ < input
44+ id ="comment-user-name-input "
45+ type ="text "
46+ placeholder ="Your name "
47+ />
48+ < textarea
49+ name ="comment "
50+ id ="textArea-comment "
51+ cols ="30 "
52+ rows ="3 "
53+ placeholder ="Your insights "
54+ > </ textarea >
55+ < button id ="btn-input-comment "> Comment</ button >
56+ </ form >
57+ </ div >
58+ </ section >
59+ </ div >
60+ </ div >
61+ </ body >
5962
60- </ html >
63+ < footer >
64+ < div class ="footer_content ">
65+ < p > Created by Microverse under CC license</ p >
66+ </ div >
67+ </ footer >
68+ </ html >
0 commit comments