Тёмный

How To Make An Accordion Using HTML And CSS | Collapsible Content On Website 

GreatStack
Подписаться 1,1 млн
Просмотров 64 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 70   
@MovieHeretic
@MovieHeretic День назад
Excellent stuff. Had to muck around with the css to implement in a complex site but working exactly as required.
@luciusstark
@luciusstark 3 месяца назад
Solid call! I tweaked it to use checkboxes and set up an async handler so that `content.remove()` fires when a checkbox is unchecked.
@adrielsoren2904
@adrielsoren2904 Год назад
Hi, I've watched many tutorials in Spanish that is my mother tongue. But you with your English style, still surpass by far what others have taught me, Congratulations. !You have a new follower more.¡
@РишаРозенберг
@РишаРозенберг Год назад
From Russia with Love!! Thanks. I watched a lot of videos in my native language: and everything was difficult there. The most understandable way was in English. Thank you!!!!
@GreatStackDev
@GreatStackDev Год назад
You're very welcome!
@David-th5nx
@David-th5nx 2 года назад
I followed through and it worked perfect.. Great to see how much can done with just html and Css
@GreatStackDev
@GreatStackDev 2 года назад
Great to hear!
@danielekpenyong5930
@danielekpenyong5930 5 месяцев назад
This stuff didn't work for me don't know if it's just me
@blahimmelen7920
@blahimmelen7920 9 месяцев назад
First of all, thank you very much. It was great. I just have one question. I cannot close all the acoordion menus at the same time. At least one of them remains open. How do I turn off them all?
@Camassati
@Camassati 7 месяцев назад
Hey man, just change the type of input, change radio for checkbox
@expendable0youth
@expendable0youth Год назад
i am new to coding and have just learnt a lot watching this thank you
@CoreDreamStudios
@CoreDreamStudios Месяц назад
Subbed, this was a life saver!! You also could make each section just collapsible by changing the input type to checkbox and can even move the + / - to the right using label::after instead of label::before. Great learning for sure.
@tuurks1
@tuurks1 2 месяца назад
my homework was to do accordion using javascript but this will shock my teacher lol thanks
@quantyquanty3724
@quantyquanty3724 2 года назад
Yeah! your projects are getting more and more interesting. I thought you lost your steam. Thanks much for these videos.
@zhetechhub
@zhetechhub Год назад
Great video. Thanks for posting. After you have clicked on it the + sign and the content has been expanded, and it's now showing the minus sign, how can you make the minus(-) sign, hide the content whenever it is clicked.
@Hannblumen
@Hannblumen 11 месяцев назад
Switch the input="radio" to input="checkbox" in the html. In the CSS change the radio to checkbox also.
@osoningliztili6708
@osoningliztili6708 Год назад
thank you, simple, clear and beautiful
@atreyemukherjee8233
@atreyemukherjee8233 6 месяцев назад
Great video, thanks for the tutorial. I dont want to close the product when i open information, how do we do it?
@sugiwasirimewan6923
@sugiwasirimewan6923 20 дней назад
TnQ so much brother
@prayervaluablesupport6118
@prayervaluablesupport6118 8 месяцев назад
Where are the tags?
@sabirrao3229
@sabirrao3229 Год назад
i love you yar ap na meri problam solve kr di thank you ver much ☺
@eric-8998
@eric-8998 5 месяцев назад
Thanks!
@MelkoR4111
@MelkoR4111 Год назад
If you do it with Chrome you 'll probably get tabs shaking while they are changing, however, i checked other browsers and all is fine. Any ideas how to fix it in chrome? all in all, great stuff
@mohitsaini6932
@mohitsaini6932 2 года назад
Very helpful video
@iCeTainment
@iCeTainment 2 года назад
Wow! Very wonderful I’m definitely going to add it to my project now ❤
@sahilbisht3661
@sahilbisht3661 8 месяцев назад
Hey nice video.....only part i didn't understand is checked+ label+ .content This piece of code is using to expand only the checked field but how ? And why we are doing label+. content can you explain
@mohitsaini6932
@mohitsaini6932 2 года назад
Hii sir ek video radio btn ke saath bhi bnao btn ke saath radio btn ke value bhi change ho aur check ho
@danielpbianchi
@danielpbianchi Год назад
Hey buddy, thanks a lot. Super cool tutorial. In my test, I changed the RADIO to CHECKBOX. Because I needed click on and click off. Do you know what I mean? Again, thank you sou much.
@Hannblumen
@Hannblumen 11 месяцев назад
@ziggychuks5065 that change works.
@umeshkale858
@umeshkale858 6 месяцев назад
THANKS A LOT.
@coders-rabbi
@coders-rabbi Год назад
very helpful
@dongbui881
@dongbui881 Год назад
Thank you Sir.
@ayomideabiola3176
@ayomideabiola3176 2 года назад
You're very good and creative❤✅
@agamemnon-Fr
@agamemnon-Fr 7 дней назад
Thanks ;)
@matheshwaran9465
@matheshwaran9465 10 месяцев назад
Can i use the same code in my reactjs project?
@-pt7oy
@-pt7oy 2 года назад
Ima download it thanks for sharing!!
@mercee4097
@mercee4097 2 года назад
Please easy tutorial make an authentication website using serial numbers or barcode
@Gamer_Guy2.0
@Gamer_Guy2.0 8 месяцев назад
This video was really helpful, Keep it up Avinash
@okyes8343
@okyes8343 7 месяцев назад
thankyou
@jobienify
@jobienify 8 месяцев назад
How have you made the label respond to clicks when its display is hidden ?
@dewwinsemuthu9040
@dewwinsemuthu9040 Год назад
Wow! Very wonderful
@danielekpenyong5930
@danielekpenyong5930 5 месяцев назад
Sir, please review this video because once the check is hidden it's no more collapsible
@bdmizan360
@bdmizan360 2 года назад
grateful boss.❤️
@littleyohantfamily
@littleyohantfamily 2 года назад
Very Nice .
@84Joooli
@84Joooli Год назад
Thanks alot. Very Pedagogical and structured tutorial. I knew there had to be a way without js :D
@abdulahadgazi9307
@abdulahadgazi9307 2 года назад
Nice
@bedtimehorrorstoryyoutube
@bedtimehorrorstoryyoutube Год назад
Flawless as always! Thank you!!
@gideondaniels2621
@gideondaniels2621 11 месяцев назад
How do you close the accordion that is open without clicking on a diffrent accordion ?
@elementorextra6700
@elementorextra6700 2 года назад
Nice work brother
@dominicbucci5676
@dominicbucci5676 6 месяцев назад
Helpful video. Is this accessible?
@guandeng1231
@guandeng1231 Год назад
is this mobile friendly?
@knb8449
@knb8449 2 года назад
Super guru...👍
@zainmahedi7954
@zainmahedi7954 Год назад
responsive version?
@CamillaDriley
@CamillaDriley 8 месяцев назад
What if I need to add an arrow visible at the end of the first input
@RuhulAmin-pm3ox
@RuhulAmin-pm3ox 2 года назад
wow , superb 🤩
@ismailmuyideen4873
@ismailmuyideen4873 10 месяцев назад
great content man!
@directornovela7774
@directornovela7774 2 года назад
Thanks a lot man
@GreatStackDev
@GreatStackDev 2 года назад
Happy to help
@SMOKEY43999
@SMOKEY43999 2 года назад
@Themhofficial007
@Themhofficial007 Год назад
Sir Please, I want make in blog with full details history like this code, help me and also want page no. In bottom, my site like history site so i really like this code help me
@thekmmaster4149
@thekmmaster4149 3 месяца назад
I copied the whole code except for the text But for whatever reason I don't know the + symbol isn't appearing on the webpage
@nepalisportsinfo
@nepalisportsinfo 2 года назад
How to make cricket score sheet by coding?
@imapimplykindapimp
@imapimplykindapimp Год назад
champion
@sanchaysingh6513
@sanchaysingh6513 4 месяца назад
How to close it also right that
@mcfrothy_
@mcfrothy_ Год назад
Awesome, thanks you for this information. How to add this accordion to your footer menu in mobile view. I hope u can make video for this, I’ll definitely keep on eye on it🫰
@thekiterunner7082
@thekiterunner7082 2 года назад
Please do corona viruses tracking project!!
@techedandchill
@techedandchill Год назад
ke a leboha 🙏
@thwishatkotian9752
@thwishatkotian9752 Год назад
How to make this responsive?
@deepikakumaricse7416
@deepikakumaricse7416 Год назад
My accordian is not working
@abhishekpandit2775
@abhishekpandit2775 2 года назад
js is missing!!
Далее
How To Make Netflix Website Clone Using HTML And CSS
56:55
Subtle, yet Beautiful Scroll Animations
5:04
Просмотров 1,7 млн
10 CSS PRO Tips and Tricks you NEED to know
9:00
Просмотров 59 тыс.
Accordion (HTML, CSS and JavaScript)
27:46
Просмотров 61 тыс.
The Easiest Way to Build Websites
10:56
Просмотров 564 тыс.
How to Make FAQ Page Design using HTML and CSS
16:15
Просмотров 27 тыс.
The New dialog HTML Element Changes Modals Forever
12:09
How to put an HTML website online (on the Internet)
29:37