|
This is the largest task that you will need to complete during this course; it
is also the task where this website will be most useful. The task involves you
designing and building your own website. To do this we need to know a little bit
about HTML (which stands for Hyper Text Mark-up Language) it's the code behind
any website. The following pages help define what HTML is and will show you useful code to help
you
write your own HTML website. Below is an example of how these pages are
presented, on the left hand side is what you will see on the website and on the
right hand side is the HTML that can make it happen. For example, below is a
heading 'test' (left hand side) but to write it into your website you will need
to use the HTML on the right hand side.
| |
EXAMPLE | |
CODE |
| |
test | |
<h1>test</h1> |
This task is marked using a specific marking criteria, if you would like to
see how this task is marked;
click here.
|