Creating an organized structure with sections clearly laid out helps during the styling phase of the project. I enjoy using the text editor
ATOM when creating pages from scratch. I include blank links for hyperlink tags and referenced a blank stylesheet.
I try to avoid using <div> tags and instead use <section> tags within the main. If I need another container to help organize content, I'll use a div but other than that, I try to avoid them.