The title tag is definitely the most important tag in the header section of your blog.
The title tag is displayed in the blue bar at the top of your browser window.
I suggest that you choose keywords related to your site only.
Do not choose popular but unrelated keywords such as sex, porn etc. if your blog doesn’t contain any of these.
Title should not exceed 60 characters.
Example of title tag:
<HTML>
<HEAD>
<TITLE>Enter your Title here</TITLE>
<META name="keywords" content="Enter your keywords here">
<META name="description" content="Enter your description here">
</HEAD>
<BODY>
Enter your page's body text here.
</BODY>
</HTML>