We are on the second part of our project. We are going to take four weeks to complete it.
This week is all about the structure. We are writing the HTML. If you can plan out the look of your page before starting this step, it will help you in the future! If you know you want all the headings to look the same, then use the same HTML tag or the same class for each one. Use DIV around clear sections of your page. I suggest putting every image in an “image container,” a div with the class image container. It will help us manipulate the image in the future.
Here’s my code if that helps!
Notice how I put a comment at the end of a DIV. Doing that will save you a lot of headaches! Label what it’s closing. Label sections on the page if it’s not clear some other way, or just label it anyway. Organization will help make things easier.
You can watch this lesson here.