Changelog

Lists of changes in page 1:

  1. I added the "DOCTYPE html" at the top of page 1.
  2. it was missing the "html lang="en"" at the top after DOCTYPE so I added it below that.
  3. In line 81 there was a tag for em but it was written as e so I added the m and / so its /em.
  4. The ' was also flagged so I changed them by writing them as ' again. In line 39, 57, 59, 60, 74, 84, 106, and 117.
  5. In line 77 the closing tag was missing the / for p so I added it.
  6. I also added the html closing tag at the end of the document/code.

Lists of changes in page 2:

  1. In line 27, there was an end tag for b but wasn't written correctly so I corrected it to "/b".
  2. I indented the p on line 26 to match the ending indentation of the closing p.
  3. On line 53, there is a p tag and a h2 tag, you don't need the p tag for the h2 tag so I removed the p tag and made h2 to h3 since it's smaller than h2.
  4. On line 57, the link isn't actually linked to anything so I took the wikipedia page of segmental arch and linked it by putting in the website.
  5. Discription, Interior, History, and Closure all need to be h2 instead of the random different h's. I changed it to be h2.
  6. The link to bay also didn't lead to any page so it linked it to a wikipedia page.

Lists of changes in page 3:

  1. On line 53 the list tag should be li not l so I added an I on both closing and opening tags.
  2. On line 82, for the table the ending tag for td was inccorected so I corrected by added td after the /.
  3. On line 82, for lily that is supposed to go lower below the tr in line 84 so I put lily into the 3rd row of names.
  4. I moved the ago 22 onto the 4th row which is after line 90.
  5. Line 98, I moved Axelia down to line 100 which is the last row.
  6. On line 80 Zapata is wrapped in th when its supposed to be td so I changed the tag to td.
  7. The Basic Description and the Simple Table should have same h size with h2 so I changed them to h2.

Lists of changes in page 4:

  1. There was no DOCTYPE html at the top before html lang so I added the "DOCTYPE html" at the top of page 4.
  2. Every img directory needs an alt atributes so I added the alt atributes to them all.
  3. Also for img/orangeCat.png its missing the td tag so I added a beginning tag and ending tag for it wth td.
  4. For img/dogSinging.png it needs a clsoing tag td so I added /td.
  5. Over row should be dogs, cats and then others. So I changed the placement of every row.
  6. For img/creature.png needs a td at the beginning so I added the beginning tag td.