Hi need help with assignment :)

 
 
        No problem, you’re very welcome. :winky:
 
 
        coothead

1 Like

This is what the professor was mentioning.
One of the basic things to understand about html is that most elements have an opening and closing tag, the opening one like <elementname> and closing </elementname> with a slash in it. The common exceptions are <img> and <input> elements which are self closing.
From your screenshot I see there is an opening <main> but it does not close. In the nav there are a few closing </div>s that were never opened. The validator will spot this, but you also need to understand it yourself.

3 Likes

@SamA74
I see, had a feeling that was the case but I couldn’t seem to spot those errors, thanks :slight_smile: it is important for me to know how~
@coothead Oh btw you can delete those files one mediafire, I dont need them anymore since I downloaded them, thanks so much again :smile:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.