Filter (Advanced Search)
Downloads
0
Views
215
Video

Video is not available... Embedded is previous playlist.

Details

The <button> element defines a clickable button:


<!DOCTYPE html>
<html>
<body>

<h2>The button Element</h2>

<button type="button" onclick="alert('GSSS KHOKHAR')">Click Me!</button>

</body>
</html>



Ad