Untitled
unknown
plain_text
a year ago
229 B
13
Indexable
<!DOCTYPE html>
<html>
<head>
<title>JS Alert Box</title>
</head>
<body style="text-align:center; margin-top:200px;">
<button id="click" onclick="alert('Welcome To Javascript')">Click me</button>
</body>
</html>
Editor is loading...
Leave a Comment