How to Post a Checkbox

How to Post a Checkbox thumbnail
Use HTML to post a checkbox to your Web page.

When you want visitors to your blog or website to provide input, order products or acknowledge that they have read the terms of an agreement, you should post a checkbox on your page. Posting a checkbox requires that you have some HTML experience. But because the code is fairly simple, he process involved with posting a checkbox does not take long.

Instructions

    • 1

      Log in to your Web server and open the HTML page on which you want to post a checkbox.

    • 2

      Click on the section of the page where you want to insert the checkbox. This must fall within the <body> and </body> tags on your HTML page.

    • 3

      Insert this code:

      <form>

      <input type="checkbox"> I agree<br />

      </form>

    • 4

      Replace "I agree" with the text you want to appear next to the checkbox.

    • 5

      Publish the page.

Related Searches:

References

Resources

  • Photo Credit Jupiterimages/Photos.com/Getty Images

Comments

Related Ads

Featured