How to Create a Visitor Counter box In Website.

Code of the Visitor Counter here..


Step-1:- Create a  Html Pages..

1-index.html





Step-2:- Write the Code of (index.html) page.


<!DOCTYPE html>
<html>
<head>
<title>Counter</title>
<style type="text/css">
a{text-decoration: none;}
b{font-size: 22px; color: black;}
</style>
<div align=center>
<a href='https://gauravsingh1122.blogspot.com/'>
<b>Total Visitor</b>
<img src='https://www.counter12.com/img-2cY96yyADzb26xdD-77.gif' 
border='0' alt='web counter free' width="4%; ">
</a>
<script type='text/javascript' src='https://www.counter12.com/ad.js?id=2cY96yyADzb26xdD'>
</script>
</div>
</body>
</html>





Thanks







Comments

Popular posts from this blog

How to Create a Login With Signup form in php

Code of the filter Drop-down Menu.

Create a Responsive mega Drop Down.