The element type "meta" must be terminated by the matching end-tag "".
What is this? I found the answer from this
linkThis can be solved by adding a forward slash just before the > in each line.
Before: -
<title>Blogger Tips and Tricks</title><link rev="made" href="mailto:enviromen@gmail.com">
<meta name="keywords" content="blog, Blogger, Google Blogger, template, Blogger template, tutorial, blogger tutorial, tips, tricks, blogger tips, blogger tricks, blogger tips and tricks">
<meta name="description" content="Help, tips and tricks for bloggers using the Google Blogger platform for their blogs. Some posts also relevant for those using other blogging platform"><meta name="author" content="Peter Chen"><meta name="ROBOTS" content="ALL">
After: -
<title>Blogger Tips and Tricks</title><link rev="made" href="mailto:enviromen@gmail.com"/>
<meta name="keywords" content="blog, Blogger, Google Blogger, template, Blogger template, tutorial, blogger tutorial, tips, tricks, blogger tips, blogger tricks, blogger tips and tricks" /> <meta name="description" content="Help, tips and tricks for bloggers using the Google Blogger platform for their blogs. Some posts also relevant for those using other blogging platform" /><meta name="author" content="Peter Chen" /><meta name="ROBOTS" content="ALL" />