Use <button> tag and attribute
<body>
<button type="button" value="Click Me" autofocus onclick="alert('Hello word!')">Click Me</button>
<button type="menu" value="Menu" disabled>Menu</button>
<button type="submit" value="submit">Submit</button>
<button type="reset" value="Reset">Reset</button>
</body>
</html>
Comments
Post a Comment