img of
No need to include the words "image of".
img of
No need to include the words "image of".
<P>
Watch out for capitalization. All HTML elements should be lowercase. You can use the Prettier VSCode extension to help you format your code.
<link rel="stylesheet" href="style.css">
This should also be in the head element.
Cole
This should say Assignment B and it should be in the head element which is missing.
Claire Guiot
This should be your name not mine :)
<!-- You might notice I create a new line spacing the c
I do the same when I'm coding. I'll place a short paragraph all on one line but for long paragraphs I place the opening and closing tags on separate lines.
nd code, proj
dgdhgdfh gfdgdfgdfg fgdfgfgh
<p>
The code's indentation isn't hierarchical so it makes the code difficult to read at a glance. The same problem is present in the ol list further down. Also, according to code formatting best practices, there should be any extra line returns.
assingment2.html
Watch out for spelling mistakes. They will make the code harder to maintain.
<header>
The header element usually includes an h1 element but I don't see an h1 anywhere on your web page. The h1 element defines the highest level or most important heading in the HTML document and should be included in every webpage to help search engines and accessibility devices understand what the content is.
Claire Guiot
The comment is meant to include the student's name, not the faculty's name. That way the faculty knows whose assignment this is.