Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

shyarkhalil
Front End Web Development Techdegree Graduate 17,762 Pointswhat does logical groupings of information mean?
what does logical groupings of information mean? could someone explain to me. thanks
1 Answer

Ash Scott
435 PointsOf course shyarkhalil,
Logically grouping information is a way to group information in a logical manner. For instance, if you were listing cars, you wouldn't list the makes and the models in the same <select>
list, as it isn't logical. You would have a separate <select>
for each one.
It also depends on the data you're grouping, and the best format in which to group it. If you provide an example I can take a look and will be able to point you in the right direction.
Kind regards, Ash
shyarkhalil
Front End Web Development Techdegree Graduate 17,762 Pointsshyarkhalil
Front End Web Development Techdegree Graduate 17,762 PointsThank you very much AshScott! It really helped me to understand logical grouping information.
Kind regards, Shyar
Ash Scott
435 PointsAsh Scott
435 PointsNo problem, glad I could help you :)