How to create a button in Html Script ?
Solution :
Step 1: Go to Notepad.
Step 2: Copy the HTML script below to the notepad.
<html>
<body>
<form action="">
<input type="button" value="Hello New Bengaluru !">
</form>
</body>
</html>
Step 3: Now save the file with .html format.
Step 4: Close the notepad and now open the saved file in your default browser .
That's it !
You will see like the below picture in your browser.
Solution :
Step 1: Go to Notepad.
Step 2: Copy the HTML script below to the notepad.
<html>
<body>
<form action="">
<input type="button" value="Hello New Bengaluru !">
</form>
</body>
</html>
Step 3: Now save the file with .html format.
Step 4: Close the notepad and now open the saved file in your default browser .
That's it !
You will see like the below picture in your browser.
Note: If you click on this button it will not perform any action ! |
No comments:
Post a Comment