In the spirit of tradition, I dub this first post, “Hello World!” Below you will find a quick salutation in HTML, JavaScript, jQuery, PHP, ActionScript, Away3D. HTML
1 2 3 4 5 6 7 8 |
<!DOCTYPE html> <head> <title>HTML Hello World!</title> </head> <body> Hello World! </body> </html> |
JavaScript Notice, we removed the text from the <body> tags and placed our JavaScript within an inserted…