If you mean the thing that counts how many people that has visited that page, then it requires programming in ASP, PHP etc
ASP can't be put 'in' HTML. ASP can be written in files where HTML is written. ASP can also output HTML.
Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>
Use an html snippet
Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.
£15,000 - £18,000
You cannot do it directly in HTML. You need a hit counter program to record and display the actual amount of viewers of your page. The HTML just puts the counter on your page. If you do a search for hit counters, you will find lots of free ones on the internet. They will all have ways of embedding them into your page.
16per/hour plus commission plus override of the counter
HTML can be used to put content on the page. The body tag is used to put content in the window of web page.
HTML is located where the letters are located don't forget to put the caplocks on when you want to type HTML.
http://www.industrycommunity.com/myforum/re_rogers/messages/261.html
This is her fan mail website: http://www.fanmail.biz/1215.html
Yes you need to put the file in the same directory. This will get the file to be executed from the HTML file.