<snapdata remixID="11061850"><project name="HTML Blocks" app="Snap! 7, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAAnpJREFUeF7t17Fpw1AARdFv7WJN4EVcawrPJZeeR3u4kiGQkCYJaXxBHLUSPHT/AaHTvu/7cCkQFTgBGJU3+1EAQBDSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBAH/If7lcxu12G8uypAd09HEAfznh6/X6dXfbtnG/38f5fD66ibe+H4B/5P6O8PPRaZrG8/kcj8fjrYd1xDEAAUxdA/iPT/C6rmOe5/TAjjYOoJ+Q1DSAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmN/4C1wn8qIbHiI0AAAAASUVORK5CYII=</thumbnail><scenes select="1"><scene name="HTML Blocks"><notes></notes><palette><category name="HTML Basics" color="157,138,255,1"/><category name="HTML Text" color="103,0,240,1"/><category name="HTML Raw" color="233,173,255,1"/><category name="HTML JavaScript" color="255,197,51,1"/><category name="HTML Custom" color="102,255,113,1"/><category name="HTML Other" color="255,179,227,1"/></palette><hidden></hidden><headers></headers><code><tempvars_delim></tempvars_delim><delim></delim><parms_delim></parms_delim></code><blocks><block-definition s="html lang: %&apos;en&apos; %&apos;c&apos;" type="command" category="HTML Basics"><header></header><code>&lt;!DOCTYPE html&gt;&#xD;&lt;html lang=&quot;&lt;#1&gt;&quot;&gt;&#xD; &lt;#2&gt;&#xD;&lt;/html&gt;</code><translations></translations><inputs><input type="%s"></input><input type="%cs"></input></inputs></block-definition><block-definition s="head %&apos;c&apos;" type="command" category="HTML Basics"><header></header><code>&lt;head&gt;&#xD; &lt;#1&gt;&#xD;&lt;/head&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="body %&apos;c&apos;" type="command" category="HTML Basics"><header></header><code>&lt;body&gt;&#xD; &lt;#1&gt;&#xD;&lt;/body&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="title %&apos;title&apos;" type="command" category="HTML Basics"><header></header><code>&lt;title&gt;&lt;#1&gt;&lt;/title&gt;</code><translations></translations><inputs><input type="%s">Untitled</input></inputs></block-definition><block-definition s="header text %&apos;text&apos; size: %&apos;size&apos;" type="command" category="HTML Text"><header></header><code>&lt;h&lt;#2&gt;&gt;&lt;#1&gt;&lt;/h&lt;#2&gt;&gt;</code><translations></translations><inputs><input type="%s"></input><input type="%s" readonly="true">1<options>1&#xD;2&#xD;3&#xD;4&#xD;5&#xD;6</options></input></inputs></block-definition><block-definition s="paragraph text %&apos;text&apos;" type="command" category="HTML Text"><header></header><code>&lt;p&gt;&lt;#1&gt;&lt;/p&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="%&apos;raw&apos;" type="command" category="HTML Raw"><header></header><code>&lt;#1&gt;</code><translations></translations><inputs><input type="%mlt"></input></inputs></block-definition><block-definition s="send %&apos;thing&apos; to clipboard" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doRun"><block s="reportJSFunction"><list><l>thing</l></list><l>if("clipboard" in navigator) {  navigator.clipboard.writeText(thing)} else {alert("I can&apos;t send thing to clipboard.")}</l></block><list><block var="thing"/></list></block></script></block-definition><block-definition s="progress bar max: %&apos;max&apos; value: %&apos;value&apos;" type="command" category="HTML Basics"><header></header><code>&lt;progress value=&quot;&lt;#2&gt;&quot; max=&quot;&lt;#1&gt;&quot;&gt;&lt;#2&gt;%&lt;/progress&gt;</code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs></block-definition><block-definition s="%&apos;raw&apos; %&apos;c&apos;" type="command" category="HTML Raw"><header></header><code>&lt;&lt;#1&gt;&gt;&#xD; &lt;#2&gt;&#xD;&lt;/&lt;#1&gt;&gt;</code><translations></translations><inputs><input type="%s"></input><input type="%cs"></input></inputs></block-definition><block-definition s="href %&apos;link&apos; display text: %&apos;this&apos;" type="command" category="HTML Text"><header></header><code>&lt;a href=&quot;&lt;#1&gt;&quot;&gt;&lt;#2&gt;&lt;/a&gt;</code><translations></translations><inputs><input type="%s">https://snap.berkeley.edu</input><input type="%s"></input></inputs></block-definition><block-definition s="image: %&apos;source&apos; alt text: %&apos;alt&apos;" type="command" category="HTML Basics"><header></header><code>&lt;img src=&quot;&lt;#1&gt;&quot; alt=&quot;&lt;#2&gt;&quot;&gt;</code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs></block-definition><block-definition s="style %&apos;c&apos;" type="command" category="HTML Basics"><header></header><code>&lt;style&gt;&#xD; &lt;#1&gt;&#xD;&lt;/style&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="background color %&apos;r&apos; %&apos;g&apos; %&apos;b&apos;" type="command" category="HTML Custom"><header></header><code>body {background-color:rgb(&lt;#1&gt;,&lt;#2&gt;,&lt;#3&gt;);}</code><translations></translations><inputs><input type="%n">255</input><input type="%n">255</input><input type="%n">255</input></inputs></block-definition><block-definition s="paragraph color %&apos;r&apos; %&apos;g&apos; %&apos;b&apos;" type="command" category="HTML Custom"><header></header><code>p {color:rgb(&lt;#1&gt;,&lt;#2&gt;,&lt;#3&gt;);}</code><translations></translations><inputs><input type="%n">0</input><input type="%n">0</input><input type="%n">0</input></inputs></block-definition><block-definition s="header %&apos;this kind&apos; color %&apos;r&apos; %&apos;g&apos; %&apos;b&apos;" type="command" category="HTML Text"><header></header><code>h&lt;#1&gt; {color:rgb(&lt;#2&gt;,&lt;#3&gt;,&lt;#4&gt;);}</code><translations></translations><inputs><input type="%s" readonly="true">1<options>1&#xD;2&#xD;3&#xD;4&#xD;5&#xD;6</options></input><input type="%n">0</input><input type="%n">0</input><input type="%n">0</input></inputs></block-definition><block-definition s="div %&apos;text&apos;" type="command" category="HTML Text"><header></header><code>&lt;div&gt;&lt;#1&gt;&lt;/div&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="HTML Dialogue %&apos;innerHTML&apos;" type="command" category="looks"><header></header><code></code><translations></translations><inputs><input type="%mlt"></input></inputs><script><block s="doRun"><block s="reportJSFunction"><list><l>innerHTML</l><l>msg</l></list><l>if( document.getElementById("dialog")){ document.getElementById("dialog").remove()}&#xD;&#xD;var dialog=document.createElement("dialog");&#xD;dialog.setAttribute( "id", "dialog");&#xD;dialog.setAttribute( "style", "top:5vh");&#xD;dialog.innerHTML=innerHTML;&#xD;document.body.appendChild( dialog);&#xD;&#xD;dialog.addEventListener( &apos;cancel&apos;, ()=&gt;dialog.remove());&#xD;&#xD;dialog.showModal();</l></block><list><block var="innerHTML"/></list></block></script></block-definition><block-definition s="italicize %&apos;this&apos;" type="reporter" category="HTML Text"><header></header><code>&lt;i&gt;&lt;#1&gt;&lt;/i&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="join %&apos;this&apos;" type="reporter" category="HTML Other"><header></header><code>&lt;#1&gt;</code><translations></translations><inputs><input type="%mult%s"></input></inputs></block-definition><block-definition s="%&apos;raw&apos;" type="reporter" category="HTML Raw"><header></header><code>&lt;#1&gt;</code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doReport"><l></l></block></script></block-definition><block-definition s="bold %&apos;this&apos;" type="reporter" category="HTML Text"><header></header><code>&lt;b&gt;&lt;#1&gt;&lt;/b&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="js script %&apos;script&apos;" type="command" category="HTML JavaScript"><header></header><code>&lt;script&gt;&#xD; &lt;#1&gt;&#xD;&lt;/script&gt;</code><translations></translations><inputs><input type="%mlt">document.getElementById("demo").innerHTML = "Hello JavaScript!";</input></inputs></block-definition><block-definition s="list item %&apos;item&apos;" type="command" category="HTML Text"><header></header><code>&lt;li&gt;&lt;#1&gt;&lt;/li&gt;</code><translations></translations><inputs><input type="%mlt"></input></inputs></block-definition><block-definition s="unordered list %&apos;c&apos;" type="command" category="HTML Text"><header></header><code>&lt;ul&gt;&#xD; &lt;#1&gt;&#xD;&lt;/ul&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="ordered list %&apos;c&apos;" type="command" category="HTML Text"><header></header><code>&lt;ol&gt;&#xD; &lt;#1&gt;&#xD;&lt;/ol&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="description list %&apos;c&apos;" type="command" category="HTML Text"><header></header><code>&lt;dl&gt;&#xD; &lt;#1&gt;&#xD;&lt;/dl&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="description list item name: %&apos;name&apos; description: %&apos;description&apos;" type="command" category="HTML Text"><header></header><code>&lt;dt&gt;&lt;#1&gt;&lt;/dt&gt;&#xD;&lt;dd&gt;&lt;#2&gt;&lt;/dd&gt;</code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs></block-definition><block-definition s="table %&apos;c&apos;" type="command" category="HTML Text"><header></header><code>&lt;table&gt;&#xD; &lt;#1&gt;&#xD;&lt;/table&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="table row %&apos;c&apos;" type="command" category="HTML Text"><header></header><code>&lt;tr&gt;&#xD; &lt;#1&gt;&#xD;&lt;/tr&gt;</code><translations></translations><inputs><input type="%cs"></input></inputs></block-definition><block-definition s="table header %&apos;text&apos;" type="command" category="HTML Text"><header></header><code>&lt;th&gt;&lt;#1&gt;&lt;/th&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="table data %&apos;text&apos;" type="command" category="HTML Text"><header></header><code>&lt;td&gt;&lt;#1&gt;&lt;/td&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="table style font: %&apos;font&apos; width percent: %&apos;width&apos; border width: %&apos;thickness&apos; border style: %&apos;styleborder&apos; border color: %&apos;rcolor1&apos; %&apos;gcolor1&apos; %&apos;bcolor1&apos; text align: %&apos;align&apos; text padding: %&apos;padding&apos;" type="command" category="HTML Custom"><header></header><code>table{&#xD; font-family: &lt;#1&gt;;&#xD; border-collapse: collapse;&#xD; width: &lt;#2&gt;%;&#xD;}&#xD;td,th{&#xD; border: &lt;#3&gt;px &lt;#4&gt; rgb(&lt;#5&gt;,&lt;#6&gt;,&lt;#7&gt;);&#xD; text-align: &lt;#8&gt;;&#xD; padding: &lt;#9&gt;;&#xD;}</code><translations></translations><inputs><input type="%s">arial</input><input type="%n">100</input><input type="%n">1</input><input type="%s" readonly="true">solid<options>solid&#xD;dotted&#xD;dashed&#xD;double&#xD;groove&#xD;ridge&#xD;inset&#xD;outset&#xD;none&#xD;hidden</options></input><input type="%n">0</input><input type="%n">0</input><input type="%n">0</input><input type="%s" readonly="true">center<options>left&#xD;center&#xD;right</options></input><input type="%n">8</input></inputs></block-definition><block-definition s="custom style type: %&apos;texttype&apos; color: %&apos;r&apos; %&apos;g&apos; %&apos;b&apos;" type="command" category="HTML Custom"><header></header><code>&lt;#1&gt;{color:rgb(&lt;#2&gt;,&lt;#3&gt;,&lt;#4&gt;);}</code><translations></translations><inputs><input type="%s">p</input><input type="%n">0</input><input type="%n">0</input><input type="%n">0</input></inputs></block-definition><block-definition s="custom text type: %&apos;type&apos; text: %&apos;text&apos;" type="command" category="HTML Custom"><header></header><code>&lt;&lt;#1&gt;&gt;&lt;#2&gt;&lt;/&lt;#1&gt;&gt;</code><translations></translations><inputs><input type="%s">p</input><input type="%s"></input></inputs></block-definition><block-definition s="custom style type: %&apos;type&apos; border width: %&apos;bwidth&apos; border style: %&apos;bstyle&apos; border color: %&apos;r&apos; %&apos;g&apos; %&apos;b&apos; border rounding: %&apos;radius&apos; border padding: %&apos;padding&apos;" type="command" category="HTML Custom"><header></header><code>&lt;#1&gt;{&#xD; border: &lt;#2&gt;px &lt;#3&gt; rgb(&lt;#4&gt;,&lt;#5&gt;,&lt;#6&gt;);&#xD; border-radius: &lt;#7&gt;px;&#xD; padding: &lt;#8&gt;px;&#xD;}</code><translations></translations><inputs><input type="%s"></input><input type="%n">1</input><input type="%s" readonly="true">solid<options>solid&#xD;dotted&#xD;dashed&#xD;double&#xD;groove&#xD;ridge&#xD;inset&#xD;outset&#xD;none&#xD;hidden</options></input><input type="%n">0</input><input type="%n">0</input><input type="%n">0</input><input type="%n">0</input><input type="%n">0</input></inputs></block-definition><block-definition s="line break" type="command" category="HTML Text"><header></header><code>&lt;br&gt;&lt;/br&gt;</code><translations></translations><inputs></inputs></block-definition><block-definition s="button %&apos;text&apos; click js: %&apos;js&apos;" type="command" category="HTML JavaScript"><header></header><code>&lt;button class=&quot;button&quot; onclick=&quot;&lt;#2&gt;&quot;&gt;&lt;#1&gt;&lt;/button&gt;</code><translations></translations><inputs><input type="%s"></input><input type="%code"></input></inputs></block-definition><block-definition s="js id element %&apos;id&apos; type: %&apos;type&apos;" type="command" category="HTML JavaScript"><header></header><code>&lt;&lt;#2&gt; id=&quot;&lt;#1&gt;&quot;&gt;&lt;/&lt;#2&gt;&gt;</code><translations></translations><inputs><input type="%s">demo</input><input type="%s">p</input></inputs></block-definition><block-definition s="Map to HTML" type="command" category="other"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="html lang: %s %cs"><l></l><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;!DOCTYPE html&gt;&#xD;&lt;html lang="&lt;#1&gt;"&gt;&#xD; &lt;#2&gt;&#xD;&lt;/html&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="head %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;head&gt;&#xD; &lt;#1&gt;&#xD;&lt;/head&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="body %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;body&gt;&#xD; &lt;#1&gt;&#xD;&lt;/body&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="title %s"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;title&gt;&lt;#1&gt;&lt;/title&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="header text %s size: %s"><l></l><l>1</l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;h&lt;#2&gt;&gt;&lt;#1&gt;&lt;/h&lt;#2&gt;&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="paragraph text %s"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;p&gt;&lt;#1&gt;&lt;/p&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="%mlt"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;#1&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="progress bar max: %n value: %n"><l></l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;progress value="&lt;#2&gt;" max="&lt;#1&gt;"&gt;&lt;#2&gt;%&lt;/progress&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="%s %cs"><l></l><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;&lt;#1&gt;&gt;&#xD; &lt;#2&gt;&#xD;&lt;/&lt;#1&gt;&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="href %s display text: %s"><l>https://snap.berkeley.edu</l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;a href="&lt;#1&gt;"&gt;&lt;#2&gt;&lt;/a&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="image: %s alt text: %s"><l></l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;img src="&lt;#1&gt;" alt="&lt;#2&gt;"&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="style %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;style&gt;&#xD; &lt;#1&gt;&#xD;&lt;/style&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="background color %n %n %n"><l>255</l><l>255</l><l>255</l></custom-block></script><list></list></block><l><option>code</option></l><l>body {background-color:rgb(&lt;#1&gt;,&lt;#2&gt;,&lt;#3&gt;);}</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="paragraph color %n %n %n"><l>0</l><l>0</l><l>0</l></custom-block></script><list></list></block><l><option>code</option></l><l>p {color:rgb(&lt;#1&gt;,&lt;#2&gt;,&lt;#3&gt;);}</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="header %s color %n %n %n"><l>1</l><l>0</l><l>0</l><l>0</l></custom-block></script><list></list></block><l><option>code</option></l><l>h&lt;#1&gt; {color:rgb(&lt;#2&gt;,&lt;#3&gt;,&lt;#4&gt;);}</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="div %s"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;div&gt;&lt;#1&gt;&lt;/div&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyReporter"><autolambda><custom-block s="italicize %s"><l></l></custom-block></autolambda><list></list></block><l><option>code</option></l><l>&lt;i&gt;&lt;#1&gt;&lt;/i&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyReporter"><autolambda><custom-block s="join %mult%s"><list><l></l></list></custom-block></autolambda><list></list></block><l><option>code</option></l><l>&lt;#1&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyReporter"><autolambda><custom-block s="%s"><l></l></custom-block></autolambda><list></list></block><l><option>code</option></l><l>&lt;#1&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyReporter"><autolambda><custom-block s="bold %s"><l></l></custom-block></autolambda><list></list></block><l><option>code</option></l><l>&lt;b&gt;&lt;#1&gt;&lt;/b&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="js script %mlt"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;script&gt;&#xD; &lt;#1&gt;&#xD;&lt;/script&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="list item %mlt"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;li&gt;&lt;#1&gt;&lt;/li&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="unordered list %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;ul&gt;&#xD; &lt;#1&gt;&#xD;&lt;/ul&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="ordered list %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;ol&gt;&#xD; &lt;#1&gt;&#xD;&lt;/ol&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="description list %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;dl&gt;&#xD; &lt;#1&gt;&#xD;&lt;/dl&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="description list item name: %s description: %s"><l></l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;dt&gt;&lt;#1&gt;&lt;/dt&gt;&#xD;&lt;dd&gt;&lt;#2&gt;&lt;/dd&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="table %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;table&gt;&#xD; &lt;#1&gt;&#xD;&lt;/table&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="table row %cs"><script></script></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;tr&gt;&#xD; &lt;#1&gt;&#xD;&lt;/tr&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="table header %s"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;th&gt;&lt;#1&gt;&lt;/th&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="table data %s"><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;td&gt;&lt;#1&gt;&lt;/td&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="table style font: %s width percent: %n border width: %n border style: %s border color: %n %n %n text align: %s text padding: %n"><l></l><l></l><l></l><l>solid</l><l></l><l></l><l></l><l>center</l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>table{&#xD; font-family: &lt;#1&gt;;&#xD; border-collapse: collapse;&#xD; width: &lt;#2&gt;%;&#xD;}&#xD;td,th{&#xD; border: &lt;#3&gt;px &lt;#4&gt; rgb(&lt;#5&gt;,&lt;#6&gt;,&lt;#7&gt;);&#xD; text-align: &lt;#8&gt;;&#xD; padding: &lt;#9&gt;;&#xD;}</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="custom style type: %s color: %n %n %n"><l></l><l></l><l></l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;#1&gt;{color:rgb(&lt;#2&gt;,&lt;#3&gt;,&lt;#4&gt;);}</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="line break"></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;br&gt;&lt;/br&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="button %s click js: %code"><l></l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;button class="button" onclick="&lt;#2&gt;"&gt;&lt;#1&gt;&lt;/button&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="js id element %s type: %s"><l></l><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;&lt;#2&gt; id="&lt;#1&gt;"&gt;&lt;/&lt;#2&gt;&gt;</l></block><block s="doMapCodeOrHeader"><custom-block s="strikethrough %s"><l></l></custom-block><l><option>code</option></l><l>&lt;del&gt;&lt;#1&gt;&lt;/del&gt;</l></block><block s="doMapCodeOrHeader"><custom-block s="underline %s"><l></l></custom-block><l><option>code</option></l><l>&lt;ins&gt;&lt;#1&gt;&lt;/ins&gt;</l></block><block s="doMapCodeOrHeader"><block s="reifyScript"><script><custom-block s="%s %cs %s"><l></l><script></script><l></l></custom-block></script><list></list></block><l><option>code</option></l><l>&lt;&lt;#1&gt;&gt;&lt;#2&gt;&lt;/&lt;#3&gt;&gt;</l></block></script></block-definition><block-definition s="strikethrough %&apos;this&apos;" type="reporter" category="HTML Text"><header></header><code>&lt;del&gt;&lt;#1&gt;&lt;/del&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="underline %&apos;this&apos;" type="reporter" category="HTML Text"><header></header><code>&lt;ins&gt;&lt;#1&gt;&lt;/ins&gt;</code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="%&apos;frontside&apos; %&apos;c&apos; %&apos;backside&apos;" type="command" category="HTML Raw"><header></header><code>&lt;&lt;#1&gt;&gt;&lt;#2&gt;&lt;/&lt;#3&gt;&gt;</code><translations></translations><inputs><input type="%s"></input><input type="%cs"></input><input type="%s"></input></inputs></block-definition></blocks><stage width="480" height="360" costume="0" color="255,255,255,1" tempo="60" threadsafe="false" penlog="false" volume="100" pan="0" lines="round" ternary="false" hyperops="true" codify="true" inheritance="true" sublistIDs="false" id="513"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAADoVJREFUeF7t1cEJAAAIxDDdf2m3sJ+4wEEQuuMIECBAgACBd4F9XzRIgAABAgQIjAB7AgIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECByxcQFpoRMBzwAAAABJRU5ErkJggg==</pentrails><costumes><list struct="atomic" id="514"></list></costumes><sounds><list struct="atomic" id="515"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="0" y="0" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="520"><costumes><list struct="atomic" id="521"></list></costumes><sounds><list struct="atomic" id="522"></list></sounds><blocks></blocks><variables></variables><scripts><script x="10" y="10"><block s="receiveGo"></block><custom-block s="Map to HTML"></custom-block></script><script x="10" y="80.83333333333326"><custom-block s="send %s to clipboard"><l></l><comment w="90" collapsed="false">Copy your HTML.</comment></custom-block></script><script x="10" y="137.83333333333326"><custom-block s="HTML Dialogue %mlt"><l></l><comment w="90" collapsed="false">Render your HTML.</comment></custom-block></script><script x="10" y="206.83333333333326"><block s="reportMappedCode"><block s="reifyScript"><script><custom-block s="html lang: %s %cs"><l>en</l><script><custom-block s="style %cs"><script></script></custom-block><custom-block s="head %cs"><script><custom-block s="title %s"><l>Untitled</l></custom-block></script></custom-block><custom-block s="body %cs"><script></script></custom-block></script></custom-block></script><list></list></block><comment w="90" collapsed="false">Template</comment></block></script><script x="10" y="383.3333333333332"><block s="reportMappedCode"><block s="reifyScript"><script><custom-block s="html lang: %s %cs"><l>en</l><script><custom-block s="style %cs"><script><custom-block s="custom style type: %s color: %n %n %n"><l>alonzo</l><l>254</l><l>201</l><l>62</l></custom-block><custom-block s="custom style type: %s border width: %n border style: %s border color: %n %n %n border rounding: %n border padding: %n"><l>alonzo</l><l>2</l><l>inset</l><l>254</l><l>201</l><l>62</l><l>5</l><l>5</l></custom-block><custom-block s="background color %n %n %n"><l>255</l><l>255</l><l>255</l></custom-block><custom-block s="paragraph color %n %n %n"><l>255</l><l>0</l><l>0</l></custom-block><custom-block s="header %s color %n %n %n"><l>1</l><l>255</l><l>255</l><l>0</l></custom-block><custom-block s="header %s color %n %n %n"><l>2</l><l>255</l><l>0</l><l>255</l></custom-block><custom-block s="header %s color %n %n %n"><l>3</l><l>0</l><l>255</l><l>255</l></custom-block><custom-block s="header %s color %n %n %n"><l>4</l><l>0</l><l>0</l><l>255</l></custom-block><custom-block s="header %s color %n %n %n"><l>5</l><l>0</l><l>0</l><l>0</l></custom-block><custom-block s="header %s color %n %n %n"><l>6</l><l>0</l><l>255</l><l>0</l></custom-block><custom-block s="table style font: %s width percent: %n border width: %n border style: %s border color: %n %n %n text align: %s text padding: %n"><l>arial</l><l>80</l><l>2</l><l>dashed</l><l>0</l><l>0</l><l>255</l><l>right</l><l>8</l></custom-block></script></custom-block><custom-block s="head %cs"><script><custom-block s="title %s"><l>Title of the document</l></custom-block></script></custom-block><custom-block s="body %cs"><script><custom-block s="%s %cs"><l>text</l><script><custom-block s="header text %s size: %s"><l>This is a heading.</l><l>1</l></custom-block><custom-block s="header text %s size: %s"><l>This is a smaller heading.</l><l>3</l></custom-block><custom-block s="header text %s size: %s"><l>This is barely a heading.</l><l>6</l></custom-block><custom-block s="paragraph text %s"><l>This is a paragraph.</l></custom-block><custom-block s="%mlt"><custom-block s="join %mult%s"><list><l>This is raw text...</l><custom-block s="%s"><l>In a reporter..</l></custom-block><l>Inside of another reporter..</l></list></custom-block></custom-block><custom-block s="%s %cs %s"><l>blockquote cite="sqoosh"</l><script><custom-block s="%mlt"><l>I have no clue what I&apos;m doing.</l></custom-block></script><l>blockquote</l></custom-block><custom-block s="header text %s size: %s"><custom-block s="underline %s"><l>Snap&lt;i&gt;!&lt;/i&gt; Link</l></custom-block><l>1</l></custom-block><custom-block s="href %s display text: %s"><l>https://snap.berkeley.edu</l><l>Snap&lt;i&gt;!&lt;/i&gt;</l></custom-block><custom-block s="line break"></custom-block><custom-block s="header text %s size: %s"><l>JavaScript</l><l>1</l></custom-block><custom-block s="button %s click js: %code"><l>Click me to display time.</l><l>document.getElementById(&apos;time&apos;).innerHTML = Date()</l></custom-block><custom-block s="js id element %s type: %s"><l>time</l><l>p</l></custom-block><custom-block s="header text %s size: %s"><l>Lists</l><l>1</l></custom-block><custom-block s="header text %s size: %s"><l>Unordered List</l><l>2</l></custom-block><custom-block s="unordered list %cs"><script><custom-block s="list item %mlt"><l>Yes</l></custom-block><custom-block s="list item %mlt"><l>This should work</l></custom-block></script></custom-block><custom-block s="header text %s size: %s"><l>Ordered List</l><l>2</l></custom-block><custom-block s="ordered list %cs"><script><custom-block s="list item %mlt"><l>Yes</l></custom-block><custom-block s="list item %mlt"><l>This should work</l></custom-block></script></custom-block><custom-block s="header text %s size: %s"><l>Description List</l><l>2</l></custom-block><custom-block s="description list %cs"><script><custom-block s="description list item name: %s description: %s"><l>Yes</l><l>This should work</l></custom-block><custom-block s="description list item name: %s description: %s"><l>No</l><custom-block s="strikethrough %s"><l>This should not work</l></custom-block></custom-block></script></custom-block><custom-block s="header text %s size: %s"><l>Table</l><l>2</l></custom-block><custom-block s="table %cs"><script><custom-block s="table row %cs"><script><custom-block s="table header %s"><l>Interesting</l></custom-block><custom-block s="table header %s"><l>How</l></custom-block><custom-block s="table header %s"><l>Cool</l></custom-block></script></custom-block><custom-block s="table row %cs"><script><custom-block s="table data %s"><l>Indeed</l></custom-block><custom-block s="table data %s"><l>So</l></custom-block></script></custom-block><custom-block s="table row %cs"><script><custom-block s="table data %s"><l>Yeah</l></custom-block></script></custom-block></script></custom-block><custom-block s="line break"></custom-block><custom-block s="custom text type: %s text: %s"><l>alonzo</l><l>How cool!</l></custom-block></script></custom-block><custom-block s="line break"></custom-block><custom-block s="%s %cs"><l>elements</l><script><custom-block s="progress bar max: %n value: %n"><l>100</l><l>50</l></custom-block><custom-block s="image: %s alt text: %s"><l>https://lh3.google.com/u/0/ogw/ADea4I5GNQNgMk7MkMcNqJm-cS_C33K-lhEXou7ZIW6c=s32-c-mo</l><l>my pfp.</l></custom-block></script></custom-block></script></custom-block></script></custom-block></script><list></list></block><comment w="90" collapsed="false">Large example</comment></block></script><script x="10" y="1902.6666666666656"><block s="reportMappedCode"><block s="reifyScript"><script><custom-block s="html lang: %s %cs"><l>en</l><script><custom-block s="style %cs"><script><custom-block s="custom style type: %s color: %n %n %n"><l>alonzo</l><l>254</l><l>201</l><l>62</l></custom-block><custom-block s="custom style type: %s border width: %n border style: %s border color: %n %n %n border rounding: %n border padding: %n"><l>alonzo</l><l>2</l><l>inset</l><l>254</l><l>201</l><l>62</l><l>5</l><l>5</l></custom-block></script></custom-block><custom-block s="head %cs"><script><custom-block s="title %s"><l>Alonzo text style example.</l></custom-block><custom-block s="custom text type: %s text: %s"><l>alonzo</l><l>How cool!</l></custom-block></script></custom-block><custom-block s="body %cs"><script></script></custom-block></script></custom-block></script><list></list></block><comment w="90" collapsed="false">Custom text style isolated from the example.&#xD;&#xD;&apos;alonzo&apos; is the new style name, and the color is in rgb format.&#xD;&#xD;There are many HTML sites online to help explain things like border padding. I used w3schools.com to make most of this.</comment></block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="HTML Blocks" app="Snap! 7, https://snap.berkeley.edu" version="2"></media></snapdata>