Tuesday, December 25, 2018

Buttons.

BUTTONS:-

<html>
<body>

<h2> Buttons Tag.</h2>
<p>HTML buttons are defined with the button tag:</p>

<button>TAB me</button>

</body>
</html>

OUTPUT:-


  • Buttons are defined with the <button> tag:


No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...