Login / Register
Login
Remember me
Forgotten?
You need to login to see that page.
Community »
Forum »
Feedback »
Developer Community
This thread has been locked by a moderator, and cannot be replied to.
31st Jan 2025 17:28:31
masterplayer833
Businessman
VIP
I will be turning this into a coding course and a chat for the Develoeprs group, If you would like to join ask.
31st Jan 2025 17:37:59
masterplayer833
Businessman
VIP
Any questions? I posted some code on page 4, if anyone has any questions ask. If any one has any comments, ask.
31st Jan 2025 17:40:13
MrBird
Mogul
VIP
Quoting Eram:
So Mr Bird, in where does middle school range from in your school?
7-8th grade.
31st Jan 2025 17:41:43
spacetinker
Businessman
VIP
Quoting MrBird:
[quote=Eram]So Mr Bird, in where does middle school range from in your school?
7-8th grade.[/quote]
for me it's 6th-8th
31st Jan 2025 17:42:42
masterplayer833
Businessman
VIP
Any questions on the code?
31st Jan 2025 17:46:02
spacetinker
Businessman
VIP
Quoting masterplayer833:
Any questions on the code?
so <button> is a button. so how do you get the signal from the button?
and <h1>-<h6> are all font sizes?
31st Jan 2025 17:56:44
masterplayer833
Businessman
VIP
They are header sizes. And for signals form the button you need js. <button onclick="jsfunction()">Click to execute jsfunction</button> and at the ned of the body you would have a <script>function jsfunction(){
console.log("Hello WOlrd");
}</script>
31st Jan 2025 17:57:04
masterplayer833
Businessman
VIP
I will give you a better example later.
31st Jan 2025 17:57:14
masterplayer833
Businessman
VIP
Buisy at the moment.
31st Jan 2025 17:59:16
spacetinker
Businessman
VIP
allright
First
...
3
4
5
6
7
...
Last