Layout principles

Hello. I’d like to know if you could recommend some resources to learn about layout fundamentals.
Like what content placement/distribution principles should I consider when building a page.

Hi albertobalsalm,

Check out this link for structuring the HTML on your page(s):

CSS Tricks - Why, How, and When to Use Semantic HTML and ARIA

And this one for CSS layouts:

Mozilla Developer Network - CSS Layout

1 Like

Thanks, I’ll definitely check it out :grinning:

Although I think what I meant was getting to know the principles of content distribution according to the page you’re building (for example, differences between on how should I place my content for a landing page, a shopping page, etc.) But I think that before thinking about that I should “master” the fundamentals of layout and content manipulation.

Thanks :+1: