here is a basic javascript code incase if u dont understand function accordian(){ var acc= document.getElementById("acc11") acc.classList.toggle("block"); } give acc11 id to pannel and put onclick="accordian()" in the button and lastly create a class in css named block and write display=block in it
I am new to web development, and I am learning by myself. I already took a course on free code camp, and I am creating my first project. I want to know, which text editor you recommend to me guys? I use a MacBook pro, and if the editor is free better. Thank you so much.
Yes Visual code is really great to use. I learning coding as well. Doing these project has help me. Better than reading the books! This guy is good because he explains what he’s doing!
here is a basic javascript code incase if u dont understand
function accordian(){
var acc= document.getElementById("acc11")
acc.classList.toggle("block");
}
give acc11 id to pannel and put onclick="accordian()" in the button and lastly create a class in css named block and write display=block in it
It is working. But I want to apply transition for opening tags. For that where I have to write transition property ?
you can.
Thank you so much! It looks amazing!
I'm glad you like it & don't forget to subscribe me :)
what is the purpose of though
it is used to italic the text - its html tag
I know front end development.. html,css and java script..... So which language do you recommend for backend.. python or php
First clear logics with PHP then you can learn python.
@@finegap do i have to learn both language s..or one of them is enough for backend
Great
You're most welcome & don't forget to subscribe me :)
thank you so much sir
Most welcome & don't forget to subscribe me :)
Thanks it works
You're welcome! & don't forget to subscribe me :)
Thank you it works
Your Welcome & don't forget to subscribe me :)
Thank you so much
welcome and don't forget to subscribe me :)
I am new to web development, and I am learning by myself. I already took a course on free code camp, and I am creating my first project. I want to know, which text editor you recommend to me guys? I use a MacBook pro, and if the editor is free better. Thank you so much.
you can use visual studio code, its free on mac as well. and its best.
@@finegap Thank you so much for the answer. I followed the tutorial, but I do not know what I did wrong, and it is not working :(, any advice?
Yes Visual code is really great to use. I learning coding as well. Doing these project has help me. Better than reading the books! This guy is good because he explains what he’s doing!
@@melvin5327 I agree with you
is it working on click?? because it isnt for me
it is for you and it will work on click by the way whats the matter?
Did you able to fix it?
@@adnanmalik1794 yes I did but i don't know what I did 😅
how to make this transition smooth?
try some properties for smoothness you can try by searching on google
Appreciate and thanks you for how hard you are trying, but there is a tip improve ur English grammar you have loots of mistakes
I will try my best
Moore Mark Jones Charles Clark Joseph
Why is it not working, the arrow is opening but does not close back. I have to refresh the page :(, please help ....
need to check the issue, please explain me in whatsapp
Why didn't you say includes java?
where, maybe talking about javascript
Can you send basic html structure code because I didn’t see it all
you can watch from video please, thanks
omg why you scream, you fcking scared me
my is not working when i was clicking.
Issue in your code
It is not working on click.
please check console and as well recheck your code with the video, thanks
@@finegap Everything is fine and I have rechecked your code.
Not working on click for me either and code is fine 😢
hi
hey, Yes
It didn't work
whats an error?
He didn’t rotate the chevron on click! So I add this .active .accordion I {transform:rotate(180deg); transition:transform 0.2s 0.1s;}