How to create visitor counter using html and javascript

Simple visitor counter with html and javascript This will help you to count your daily and monthly visitors. actually it is fake but it is very good to impress the visitors. if you want to add it into your blog then follow the step. 1. Open blogger dashboard and click on layout. 2.After clicking on layout , and then click on add widget. 3.then select html and javascript widget and past the following co de. Here is the code <! DOCTYPE html > < html > < head > < title ></ title > < style type = "text/css" > .box { width : 90% ; margin : 10px ; display :inline-block; } .title { color :#222 ; font-weight :lighter; padding : 5px ; } .link { color :#3764a3; font-weight :normal; padding : 5px ; text-decoration :none; } .text { padding : 5px ; font-size :xx-large; font-family :Courier new,monospace; } .new { padding : 2px 2px 2...