All HTML documents start with a <!DOCTYPE html>
Also all your HTML elements are supposed to be in the <html>
tag and you also have to close your element with ending tag </html>
everything that is visible will be within the <body>
tag.
within the body will have Links, Photos, and everything else you want!
it also changes html content