Exercise | Complete |
---|---|
Level 1 Build an HTML template - Exercise 1 |
On the surface, server side programming introduces three initial benefits: – dynamic data – secure connection to database – faster page loads with server side rendering (server does all the work to build the pages)
Let's roll up the sleeves and dig in.
You'll need to be able to access these domains to walk-through these exercises.
- fork this repo into your Github account
- ** turn on Github Pages on master branch **
- copy the clone link of your forked version
- create and name a new workspace in Cloud9 as
dc-php-exercises
- past your clone link into the
Clone from Git
field - select
HTML5
template - click
Create workspace
Start Level 1 - Talking to yourself