<html>
</html>
Between these tags we will nest all of our HTML code. These HTML tags simply state where the HTML code starts and where it ends. Remember HTML is simply a combination of tags and text. Let’s write this HTML code now.
First, we will make use of a tag called ‘head’. This tag is responsible for containing our page’s metadata. In here we will specify information that is not displayed on the webpage, but is used by our browser to help explain how our webpage works.