Where to ad google site verification content?
I want to use google vebmaster tools, to allow google to verify my website. Google webmaster tools give me 2 options: 1. to download a html verification file, wich I have to upload, but I don't know where and 2. to use an alternate method, ussing a html tag wich I have to copy a meta tag and paste it into my site's home page. It should go in the <head> section, before the first <body> section. For sure I am totaly in fog, because I do not realize what is my website home page. Pls give me an advice. This one is a example from google webmaster tools:
HTML Code:
<html>
<head>
<meta name="google-site-verification" content="EgBrB-Ku9ByFc9Co5Yl7mfzOR................................" />
<title> My title </title>
</head>
<body>
page contents
</body> </html>
.
Question: whwre I can find head like in this example? Tk a lot.