Hi,
I have been following the tutorials and videos and taking a look into the best way to style the frontend in terms of performance. Although some tutorials suggesting using Sections to better organize and separate the parts of the page, somehow it seems a bit of overkill. I am not a frontend designer, so not sure fully of best practices.
I need to add 3 parts in a page, Assuming the paddings, row gaps and margins will be uniform and I will in the content have some columns/divs to make some horizontal sections throughout the page, wanted to make a small brainstorm, what would be best in terms of “performance design”:
Scenario 1
*** 1 Section**
- 1 heading
- 1 subheading
- 1 container - Content
*** 1 Section**
- 1 heading
- 1 subheading
- 1 container - Content
*** 1 section**
- 1 heading
- 1 subheading
- 1 container - Content
Scenario 2
*** 1 Section**
- 1 container
- 1 heading
- 1 subheading
- Content
- 1 container
- 1 heading
- 1 subheading
- Content
- 1 container
- 1 heading
- 1 subheading
- Content
Scenario 3
1 Section
- 1 Container
- 1 heading
- 1 subheading
- Content
- 1 heading
- 1 subheading
- Content
- 1 heading
- 1 subheading
- Content
Thank you very much in advance