HTML Lesson 1

Running HTML

You are ready to run HTML in the environments provided! Use plunkr.co to run HTML

Running PYTHON

You are ready to run PYTHON in the environments provided! Use repl.it to run PYTHON

Hello, Python

Create an account in repl.it in order to save your python exercises there!


This embedded window is a virtual environment from repl.it able to run python code (version 3.6.1). You can use it to test your scripts and programs.

Hello, HTML

Create an account in plnkr.co in order to save your HTML exercises there!


This embedded window is a virtual environment from plnkr.co able to run browser code. Although we could use our regular browser to do that, plunker give us a real-time execution to see immediately the changes. Furthermore, it will allow us to run server code. We will see what browser/client and server code are, why they are different and for what we use each of them.

My first python program

My first html page