Stray end tag “head”
you need to understand — the <head> element defines attributes that are used by the browser, but are not directly visible in the page. The <title> attribute defines the title shown on your browser tab. After you close the <head> tag, you should open the <body> tag, in which all the content to be shown … Read more