xxxxxxxxxx
<html>
<body>
<p>Here we display a clickable button but we don't assign any action to it.</p>
<!-- هنا قمنا بعرض زر عادي -->
<button type="button">Click Me</button>
</body>
</html>
xxxxxxxxxx
<html>
<body>
<p>Here we display a clickable button but we don't assign any action to it.</p>
<!-- هنا قمنا بعرض زر عادي -->
<button type="button">Click Me</button>
</body>
</html>