► Supply Code & Notes: https://codewithharry.com/movies/web-development-in-hindi-32
►This video is part of this Full Net Improvement in Hindi Course Playlist: https://www.youtube.com/playlist?checklist=PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg
►Click on right here to subscribe – https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww
►Checkout my English channel right here: https://www.youtube.com/ProgrammingWithHarry
Finest Hindi Movies For Studying Programming:
►Study Python In One Video – https://www.youtube.com/watch?v=ihk_Xglr164
►Python Full Course In Hindi – https://www.youtube.com/playlist?checklist=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME
►C Language Full Course In Hindi –
https://www.youtube.com/playlist?checklist=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true
►JavaScript Full Course In Hindi –
https://www.youtube.com/playlist?checklist=PLu0W_9lII9ajyk081To1Cbt2eI5913SsL
►Study JavaScript in One Video – https://www.youtube.com/watch?v=onbBV0uFVpo
►Study PHP In One Video – https://www.youtube.com/watch?v=xW7ro3lwaCI
►Django Full Course In Hindi –
https://www.youtube.com/playlist?checklist=PLu0W_9lII9ah7DDtYtflgwMwpT3xmjXY9
►Machine Studying Utilizing Python – https://www.youtube.com/playlist?checklist=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG
►Creating & Internet hosting A Web site (Tech Weblog) Utilizing Python – https://www.youtube.com/playlist?checklist=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf
►Superior Python Tutorials – https://www.youtube.com/playlist?checklist=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4
►Object Oriented Programming In Python – https://www.youtube.com/playlist?checklist=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP
►Python Knowledge Science and Huge Knowledge Tutorials – https://www.youtube.com/playlist?checklist=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH
Observe Me On Social Media
►Web site (created utilizing Flask) – http://www.codewithharry.com
►Fb – https://www.fb.com/CodeWithHarry
►Instagram – https://www.instagram.com/codewithharry/
►Private Fb A/c – https://www.fb.com/geekyharis
Twitter – https://twitter.com/Haris_Is_Here
source
pseudo code design are not visible
4:10 pseudo selector syntax
5:31 pseudo selector syntax 2
7:09 pseudo selector syntax 3
9:02 nth child pseudo selector
🎶🎶
Sahi h bhai kuch logo ko to playlist ka hi mtlb nhi pta to bhai mere ye bhi to btana kuch agyan puruso ko
Haven't got past here due to time constraint and also learning c from your c in one video….
Harry bhi step by step guide krta hain ap kahta ho ka start sa ni bataya step by step ni bataya merzi ha ap sab ki
✓
Harry bhai hum Ye to Id aur class ko css dekar bhi kar sakte hai
Sirr web development koo kiti salary pilti haii as a par month
formula of nth child:
(3n+1)=3X0+1=first element
(3n+1)=3X1+1= four element
(3n+1)=3X2+1=seven element
Thank you harry bhai
1:17 Shorthand
.container*1>ul>li.item#item-$*5
thank you harry bhai
7:52 in example of how to select specific element, using id will be efficient instead of selecting like a[target='_blank'], we just give it a id?
Thanks you so much harry sir you world best teacher😊
main aap ka class v dekhta hu or notes v leta hu please notes sir dete rahena
I have completed lecture no 32 just now. Very much happy to come here this far. Goal set to complete the CSS in next two days. After that will go to JS.
Harry bhai ki jai ho ❤🙏🏻👑
Harry Bhai in selector me dimag lagane se acha ye nahi hoga ki hum class aur ID se kaam kaer vo zyada easy rahega
ul li p:nth-child(even){
background:red;
border:2px ridge aqua;
color:white;
}
3:45
I Love You Sir…. Thanks For Everything …… You are making me a better person day by day😘😘😘
Thank you so much ❤️
i loved the sound of your keyboard ❣
Sir input type text aik sy zada hn aur hum aik ko krna chahty hein form MN to kesy kry gy?
4:55
Thank you
Kon hai vo vinod jo playlist save nhi karta 🤔our har bar playlist ke bare me puchta hai Abe sale 🤫🤗
No body can teach like you do. Thank you #HarryBhai
What is the css for list item 1 to item 5 and item 6 to item 10 for colour
chalte rho munna bhai bs!!!
Tip: if you really want to get faster at using emmet. You can use some tricks to help you do this 1:31, the div ul and li faster, To do it you have to first type div.container>ul>li.item-$*5. This will do it faster. for explanation, You all know the first one div.container, means adding a class then we are using greater than sign or > to say that the div contains ul and again we use it to tell that ul contains li.item-$*5 (li with class item and add numbers automatically item-1, item-2 and so on. We are using the * sign to add the li 5 times inside the ul)