How Do I End A Html Code On My Blogger?
the starting code is and i added a code at the back of it already, so it ought to close properly, but still there is this: XML error message: The element type “html” must be terminated by the matching end-tag “”. What do i do to solve this problem?
Tagged with: Blogger • Code. • HTML
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
How to start a blog
Learn how to create a blog. This article walks you through the basics of choosing a blog system, setting up your blog, getting traffic to your blog, and making money from your blog.
Read the full article here:http://www.elated.com/articles/start-a-b…
Some Themes: http://smashapps.blogspot.com/2009/06/20…
Tips: http://smashapps.blogspot.com/2009/06/to…
Top 10 Template Generators for Blogs and Websites: http://mashable.com/2007/11/18/10-templa…
Blogger Template Generator: http://gosublogger.com/2008/02/blogger-t…
Wordpress Blog Template Generator: http://www.teknobites.com/2007/11/02/wor…
How to add Social Networking Buttons Below Every Post: http://bloggerstop.net/2008/12/how-to-ad…
Simple HTML file:
< !DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Ron
You probably have a tag inside your code that is not closed. Normally, this is the general syntax of a html page.
Your content here
Ensure that your skeleton structure of your code is like this.
Lastly, if that doesn’t help and you cannot find the error on your code, try using the HTML Validator to find the bugs in your code here: http://validator.w3.org/
This page will show you all your errors, and explain why you need to add certain things. Also, ensure your code has a DOCTYPE included as well. For more information on the DOCTYPE, just search google.
Do you have anything after the tag? That might be the problem. Make sure there is no html outside of the HTML tags. And also make sure that you have
and tags inside the html tags. That might also be the problem.Hope this helps =)
try
at the beginning, after html, and at the end, before the second html