Do you think extremely low IQ like < 70 makes HTML and CSS impossible? #206361
Replies: 4 comments 1 reply
|
Nope, "impossible" is too strong. Have a good taste you will go far. IQ <70 usually falls in the intellectual disability range, and yeah, that can make abstract logic, working memory, and multi-step problem solving harder which does matter for programming in general. But HTML/CSS aren't really "programming" in the algorithmic sense. There's no branching logic, no loops, no variables (well, CSS custom properties exist but you don't need them to get started). It's mostly: Learning a vocabulary of tags/properties A lot of people with cognitive impairments, learning disabilities, or low IQ scores can learn to do basic HTML/CSS, especially with: Visual builders (Wix, Webflow, even browser dev tools) that show immediate visual feedback Where it gets genuinely hard is CSS layout logic (flexbox/grid interactions), debugging why something isn't working, and JavaScript once you need actual programming logic. That's where IQ-related struggles with abstraction and working memory would show up more. So I wouldn't say "impossible," I'd say the ceiling might be lower (maybe simple static pages vs. complex responsive layouts with JS interactivity) and the learning curve will need to be way more scaffolded and hands-on than a textbook/tutorial approach. Depends a lot on the individual too IQ score alone doesn't capture things like visual-spatial strengths, which actually help a lot with CSS. |
|
No, having a low IQ score does not automatically make HTML and CSS impossible to learn. HTML and CSS are mainly learned through practice, repetition, and understanding patterns. You don't need advanced mathematical or algorithmic thinking to build basic websites. HTML is mostly about understanding the structure of a page, while CSS is about controlling how that structure looks and behaves. You can learn them step by step by building small projects and gradually increasing the difficulty. CSS can become challenging when you get into things like Flexbox, Grid, responsive layouts, and debugging, but those skills can also be learned through practice. Also, IQ alone isn't a reliable way to determine whether someone can learn a particular skill. Motivation, patience, learning style, practice, and the way the material is taught can make a huge difference. So I wouldn't say a particular IQ score makes HTML/CSS "impossible." Start with small projects, practice consistently, and see how you progress. |
|
It doesnt matter to your IQ |
|
I wouldn’t consider an IQ score by itself a good predictor of whether someone can learn HTML and CSS. HTML is largely about understanding document structure, while CSS involves learning rules and seeing how those rules affect the page visually. The code you posted actually shows that you’re already working with more than just basic HTML/CSS. You’re using elements, classes, CSS selectors, positioning, DOM manipulation, Some parts of CSS, especially Flexbox, Grid, and debugging conflicting rules, can take more practice. But those skills can be learned incrementally. If a concept is difficult, breaking it into smaller examples and repeatedly modifying working code is often more useful than trying to understand everything at once. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Body
Do you think extremely low IQ like < 70 makes HTML and CSS impossible?
Guidelines
All reactions