From 457b72039765aac3872249e654053af47b230079 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 17 Aug 2013 16:45:12 -0700 Subject: [PATCH] Update basicscript.md --- basicscript.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/basicscript.md b/basicscript.md index e69de29..c951bc0 100644 --- a/basicscript.md +++ b/basicscript.md @@ -0,0 +1,43 @@ +Web Page Embedding +================== + +Want to show off your BASIC creation on your own web site? Now you can with just a tiny bit of HTML. +There are two parts: + 1. Insert `` on your page to enable it + 2. Add `` + +Like this: +```html + +My BASIC example +

Look what I did!

+ + + +``` + +Wherever you have the BASIC program, a simulated screen will appear and the program will run. + +Notes: + +* If the program stops, the user will need to re-load the page to re-run it, so this works best with interactive programs or programs that run as loops. +* You can have more than one `