Project Codes and Other Resources
الذهاب إلى القناة على Telegram
Here, I will provide Project codes, Notes & other resources. Never Stop Learning💯😈 Social Media : https://linktr.ee/developer_pani
إظهار المزيد3 828
المشتركون
-124 ساعات
-97 أيام
-3130 أيام
أرشيف المشاركات
Animated Share Button Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/animated-share-button-using-html-css.html
Google Loader Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/google-loader-using-html-css.html
Responsive TimeLine Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/responsive-timeline-using-html-css.html
Responsive Portfolio Using HTML, CSS and JavaScript
Get this amazing portfolio by filling the below form👇
https://forms.gle/rL819DpQD3YREEx56
Responsive Testimonial Slider Using HTML, CSS and JavaScript
Download Source code :
https://developerpani.blogspot.com/2023/06/responsive-testimonial-slider-using.html
Toggle Button Light/Dark Mode Using HTML and CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/toggle-button-lightdark-mode-using-html.html
Neumorphism Effect on Social Media Icons Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/neumorphism-effect-on-social-media.html
Application form Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/application-form-using-html-css.html
Animated Search Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/animated-search-box-using-html-css.html
PopUp Modal Box Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/popup-modal-box-form-using-html-css.html
Answer: 5
In Javascript, true is considered as the number 1 when used in any arithmetic expression, hence the expression evaluates to 5.
Loading Animation Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/loading-animation-using-html-css.html
Credit Card Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/credit-card-using-html-css.html
Quiz Time 😁
What will be the output for the following code? 🤔
Parallax Website Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/parallax-website-using-html-css-and.html
Answer: 2nd 4th 3rd 1st
First the "2nd" is printed with the console.log, then even with a time delay of 0ms, the "4th" is printed before the "3rd" because JS executes setTimeout with the Web API, and so the entire function is executed first. Lastly, after a delay of 2000ms, the "1st" is printed.
Keyboard Using HTML & CSS
Download Source code :
https://developerpani.blogspot.com/2023/06/simple-keyboard-using-html-css-and.html
