Recent content by shrikrishnatechnologies

  1. S

    What would the HTML be for a unique button click counter?

    i not getting what exactly you want? please explain it Web Design Services
  2. S

    html form without mailto?

    Basic website form HTML <form name="contactform" method="post" action="send_form_email.php"> <table width="450px"> </tr> <tr> <td valign="top"> <label for="first_name">First Name *</label> </td> <td valign="top"> <input type="text" name="first_name" maxlength="50" size="30"> </td>...
  3. S

    How can I add the Favorite Icon to HTML?

    Upload the generated file ("favicon.ico") to your site. Verify it's there by typing http://mysite.com/favicon.ico in the browser's location, where "mysite.com" is your site's address. Next, insert the below code in the HEAD section of your pages, at the very least, your site's main...
  4. S

    Where can I find the best free easy online HTML Tutorials?

    try w3school it is best online tutorial to learn HTML Web Design Services :stop glass:
  5. S

    I want to learn html... For free?

    you should try w3school where you easily learn online HTML
Back
Top