Posts

Showing posts with the label jokes

Random Joke Generator HTML with Javascript

Image
Joke Generator Random Joke Generator New Joke Source Code <!DOCTYPE html> <html>     <head>         <title>Joke Generator</title>     </head>     <body>     <body bgcolor="lightgreen"></body>        <h1>Random Joke Generator</h1>        <div><span style="font-size:25px">        <div id="jokeDisplay"></div>        <button onclick= "newJoke()">New Joke</button>        <script scr="javascript.js"></script>     </body> <script> var jokes= ['Guess the number of programmers it takes to change a light bulb? Zero its a hardware problem','There are only 10 kinds of people in this world: those who know binary and ...