you need these elements for html to work. <!DOCTYPE html> tells the browser it's html. <head> is the stuff before the body. <title> is the page title. <body> is where the content goes.

make sure to close all tags with </TAGNAME>. that's it.