html
html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<p>write in the comments of the discuss linked in the comments</p>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
alert("I\'m making a code that is like there's a button what is named forbidden.")
alert("But now I want that I click the button and the button shows another button")
alert("So how do I add the another button it shouldn't have shown before I have clicked the first button")
alert ("like I am clicking the button named forbidden but now after I have clicked the button it shows another button but the name isn't forbidden, it's click me")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run