Head <head> is a required tag. Head <head> should be the first element after the opening <html> and should be closed before the body. You should always have a <title> in it. No displayed elements should go here. The only elements we will put here in this course are <link />, <title>, <script>, and <style>.
See also Required Tags