Skip to content
Permalink
Browse files
moved a paragraph
  • Loading branch information
aa7401 committed Sep 12, 2019
1 parent 0b5cf57 commit 7849d678c2a49fb2342af7d81151d316038619de
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,7 +1,7 @@

# Learning HTML5

Before you start you need to pull any _upstream changes_. Detailed instructions can be found in the **Setup** lab.
Before you start you need to pull any _upstream changes_. Detailed instructions can be found in the **Setup** lab. You should get into the habit of doing this each time you sit down to work on your lab exercises as you will then be working on the latest versions of the files (with fewer bugs).

In this worksheet you will be learning about the markup language HTML which is currently in version 5. The worksheet is split into five parts with the resources for each part in their own subdirectory. The `template.html` file contains a basic HTML5 template you will find useful when creating your own web pages.

@@ -17,8 +17,6 @@ In this worksheet you will be learning about the markup language HTML which is c
   └── template.html
```

You should get into the habit of doing this each time you sit down to work on your lab exercises as you will then be working on the latest versions of the files (with fewer bugs).

## 1 Syntax

Lets take a look at some basic HTML syntax. Start by locating the `exercises/03_html/01_syntax/` directory. Navigate to this using the SSH Terminal, install the all the necessary `koa` packages and start the web server. If you navigate to the base route `/` you will see a screen full of text.

0 comments on commit 7849d67

Please sign in to comment.