TORONTO KIDS COMPUTER CLUB | admin
1
archive,paged,author,author-admin,author-1,paged-66,author-paged-66,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Author: admin

26 Feb javascript

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <script type="text/javascript" src="./scripts/jsb-global.js"></script> <script type="text/javascript" src="./scripts/solar_quiz.js"></script> <title>Document</title> </head> <body> <div class='quiz-container' id='quiz'> <div class='quiz-body'> <h2 id='question'>Question Text:</h2> ...

Read More