Can anybody tell me what these two codes are doing?
CSS - body { background-color: #000000; text-align: center; } button { width: 200px; height: 50px; } JS - function hello() { alert("Hello!"); } Read full topic
View ArticleCan anybody tell me what these two codes are doing?
JS: function hello() { alert(“Hello!”); } if you call hello() function you will see an alert message like: 43%20PM1004×330 39 KB CSS: body { background-color: #000000; text-align: center; } this CSS...
View ArticleCan anybody tell me what these two codes are doing?
@ohubba21 You can use any online editor to check it on your own. One of such editors is https://jsbin.com/ Good luck. Read full topic
View ArticleCan anybody tell me what these two codes are doing?
Thanks so much! Once I actually sat down and looked at it, I understood what I was doing! Read full topic
View ArticleCan anybody tell me what these two codes are doing?
Thanks so much! Once I actually sat down and looked at it, I understood what I was doing! Read full topic
View ArticleCan anybody tell me what these two codes are doing?
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to...
View ArticleCan anybody tell me what these two codes are doing?
Hey! Quick question, my Python code doesn’t print anything, even though I have programmed it to print. Anything that I print doesn’t show up, it just shows a blank terminal. I tried to add...
View ArticleCan anybody tell me what these two codes are doing?
There’s no way to know without seeing the code. Why don’t you go ahead and create a topic in the Python subforum. Read full topic
View Article