hello, i am having a site which is a simple html site. it is completely made of html. it has lots of pages. now my doubt is, where i want to paste my google analytics code. do i want to paste my code in all pages on it is enough to paste in one place.
Yes, it has to be on all the pages you want it to log. It'd be better if you used PHP or something so that you could put all the code in just one file and have all the pages include that file, but so long as your site's not too big then it oughtn't take too long to add in to all the pages.
Yes you definitely need to place the analytics tracking code on all pages that you want tracked. If you only put the tracking code on your homepage, you would be missing all the stats for other pages. If you're worried about the manual work of pasting the code in many pages, consider getting Macromedia Dreamweaver. It will let you do a mass find & replace for an entire folder. You could then replace </body> with <analytics code></body>