Adding a button in HTML | styling a button


To add a button in a HTML page use <input> tags and specify the type as button like so

<input type=”button” value=”submit” action=”submit.php”> this code will be rendered in browser like in Figure 1.1
HTML Button
Add caption

Further more if you wish to style this button we can apply a set of CSS rules to make the buttons look pretty here are a few examples:




Comments

  1. I like ur blo g!!
    Nice turorial's Well done purushothaman

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. Thank you for the post, very nice for web design, gives me a lot of idea and i can easily apply it too.

    ReplyDelete
  4. Nice Blog and Providing Useful information.A very inspiring post as well as inspiring taught thus, I really appreciate it! Thanks.

    Searchinfomedia

    ReplyDelete
  5. Nice Blog and Providing Useful information.A very inspiring post as well as inspiring taught thus, I really appreciate it! Thanks.

    Searchinfomedia

    ReplyDelete

Post a Comment

Thanks for Visiting for any questions or suggestions please comment below
Cheers,

Check out

CSS Sprites | What are They?

Login form | Using CSS3

Remove Scrollbars from syntaxhighlighter

HTML5 Semantic Tags | What do they mean

How to remove plus and minus characters from input type number

HTML5 | LocalStorage

jQuery Resources | Support and tutorial help

How CSS3 Works