Changelog
Lists of changes in page 1:
- I added the "DOCTYPE html" at the top of page 1.
- it was missing the "html lang="en"" at the top after DOCTYPE so I added it below that.
- In line 81 there was a tag for em but it was written as e so I added the m and / so its /em.
- The ' was also flagged so I changed them by writing them as ' again. In line 39, 57, 59, 60, 74, 84, 106, and 117.
- In line 77 the closing tag was missing the / for p so I added it.
- I also added the html closing tag at the end of the document/code.
Lists of changes in page 2:
- In line 27, there was an end tag for b but wasn't written correctly so I corrected it to "/b".
- I indented the p on line 26 to match the ending indentation of the closing p.
- 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.
- 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.
- Discription, Interior, History, and Closure all need to be h2 instead of the random different h's. I changed it to be h2.
- 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:
- On line 53 the list tag should be li not l so I added an I on both closing and opening tags.
- On line 82, for the table the ending tag for td was inccorected so I corrected by added td after the /.
- 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.
- I moved the ago 22 onto the 4th row which is after line 90.
- Line 98, I moved Axelia down to line 100 which is the last row.
- On line 80 Zapata is wrapped in th when its supposed to be td so I changed the tag to td.
- 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:
- There was no DOCTYPE html at the top before html lang so I added the "DOCTYPE html" at the top of page 4.
- Every img directory needs an alt atributes so I added the alt atributes to them all.
- Also for img/orangeCat.png its missing the td tag so I added a beginning tag and ending tag for it wth td.
- For img/dogSinging.png it needs a clsoing tag td so I added /td.
- Over row should be dogs, cats and then others. So I changed the placement of every row.
- For img/creature.png needs a td at the beginning so I added the beginning tag td.