Home Html HTML Button Size



HTML Button Size
Posted on: December 13, 2008 at 12:00 AM
The Tutorial illustrate an example from HTML Button size. In this Tutorial we create a HTML page, which display you HTML Button with attribute width and height specified.

HTML Button Size

     

Button in HTML is used to submit HTML page.

Understand with Example

The Tutorial illustrate an example from HTML Button size. In this Tutorial we create a HTML page, which display you  HTML Button  with  attribute width and height specified.  

The <button> tag indicate a push button.

The difference between the element and button created with the input element is that you can insert a content like image or text inside it.

<html>
<head>
<title>
Button Size
</title>
<body>
<button type="submit" style="height: 25px; width: 100px">submit me</button>
</body>
</html>

Download Source Code

Related Tags for HTML Button Size:
htmlcbuttonsizedisplaypageheighttutorialwidthattributeriathisidcreateifieexamplewithtoexamcieilitsplpefrominmlmplaytrispspecageratetorxawhichxampsspathtmisllmpleaandstrwidtttutorzssrithstdisppleplndonomo


More Tutorials from this section

Ask Questions?    Discuss: HTML Button Size  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.