HTML Red Light Green Light

activity set engineering

young kids technology game

Just like the childhood game, the kids start and stop, but use the read and stop tags of HTML instead of colors. Computer programmers can tell you how much that slash matters!

HTML stands for Hyper Text Markup Language which is how webpages are written. The simple code below says, read and display a Smiley Face, then stop. The </> is the “red” light in the childhood game. The children move forward with the “green” until freezing with the stop.

<html>

😀

</html>

Green Light Side
Red Light Side

Note: Let the first child to reach you take over the sign “coder” for a turn. Next, insure all children are given a turn to be the coder.

Leave a Reply

Your email address will not be published. Required fields are marked *