CSS Frameworks that are best for accessibility? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

CSS Frameworks that are best for accessibility?

Hey everyone, I was using Semantic UI and really liked what I was seeing, but it really bugged me that I found out they were rendering their List components as a bunch of div elements. Does anybody have a recommendation for a framework that prioritizes accessibility?

17th Mar 2020, 2:20 AM
Olivia Mikayla
Olivia Mikayla - avatar
17 Answers
+ 5
6 popular css frameworks to use in 2019 link: scotch.io
17th Mar 2020, 3:02 AM
Lev
+ 7
Yes you can use any framework of CSS but first make sure you know everything how to make a responsive site in pure CSS then try to make with framework because CSS give me a lot of accessibility to make a great website .
17th Mar 2020, 3:50 AM
🇮🇳Abhay Pratap Singh🇮🇳
🇮🇳Abhay Pratap Singh🇮🇳 - avatar
+ 3
Mulawgoytem@gmail.com and supun dewaka please do not spam threads. Thanks and happy coding
18th Mar 2020, 1:06 AM
BroFar
BroFar - avatar
+ 3
Bootstrap is the most common one.
18th Mar 2020, 8:14 PM
Sonic
Sonic - avatar
+ 2
You are looking for a framework besides Bootstrap? :)
17th Mar 2020, 2:47 AM
Lev
+ 2
Levente Balazs framework
17th Mar 2020, 2:57 AM
Olivia Mikayla
Olivia Mikayla - avatar
+ 2
Bootstrap is what i personally used.
17th Mar 2020, 2:59 AM
Lev
+ 2
But i have found others as well. A quick search on google might help. 😁
17th Mar 2020, 3:00 AM
Lev
+ 2
17th Mar 2020, 3:04 AM
Olivia Mikayla
Olivia Mikayla - avatar
+ 2
And write this in google : top 12 best css frameworks for web development 2020 www.sktthemes.org/
17th Mar 2020, 3:07 AM
Lev
+ 2
You have as many frameworks as you want. I hope you have enough patience and time😂 Have a good time learning and applying these! I have to get some sleep! 😉
17th Mar 2020, 3:10 AM
Lev
+ 2
AbHaY PraTaP SinGh thanks it's helpful
17th Mar 2020, 4:59 AM
Olivia Mikayla
Olivia Mikayla - avatar
+ 2
Olivia your welcome 😇👍
17th Mar 2020, 5:05 AM
🇮🇳Abhay Pratap Singh🇮🇳
🇮🇳Abhay Pratap Singh🇮🇳 - avatar
+ 1
You are welcome! 😁🙂
17th Mar 2020, 3:04 AM
Lev
0
There are many CSS frameworks available, in my opinion you should think about using Bootstrap CSS framework for its enduring community and wonderful flexibility.
18th Mar 2020, 8:17 PM
Zahid Nazir Khan
Zahid Nazir Khan - avatar
0
As far as rendering of UI elements is concerned, it's not upto a developer to decide on that. For the sake of understanding, I hope you might have come across selectpicker dropdown which is a nice alternative for select option dropdown.
18th Mar 2020, 8:21 PM
Zahid Nazir Khan
Zahid Nazir Khan - avatar
0
If you inspect the generated markup, it seems to be a fair complex code in terms markup that you mentioned in your question. Development is need based, some kinda trade off is always required.
18th Mar 2020, 8:23 PM
Zahid Nazir Khan
Zahid Nazir Khan - avatar