Difference between revisions of "Week One Exercises (MGDP2060)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 13: Line 13:
 
=== Create a simple home page named index.php ===
 
=== Create a simple home page named index.php ===
  
Create a text document named index.php.
+
Create a text document named '''index.php'''.
  
 
Enter the [[HTML5]] for a simple home page.
 
Enter the [[HTML5]] for a simple home page.
Line 22: Line 22:
  
 
See [[Home page example (MGDP2060)]].
 
See [[Home page example (MGDP2060)]].
 +
 +
You do not need to imitate the above page; you are free to to create any design you like.  The important principles:
 +
 +
* Identify your site
 +
* Use the '''title''' element appropriately.
 +
* Valid HTML.
  
 
== For next week ==
 
== For next week ==

Revision as of 17:48, 20 August 2016

This article contains exercises for Week One of Web Design and Development III (MGDP2060).

In class

Create folders and subfolders for exercises

...

Configure File Transfer Protocol (FTP)

...

Create a simple home page named index.php

Create a text document named index.php.

Enter the HTML5 for a simple home page.

Upload to web server.

Browse.

See Home page example (MGDP2060).

You do not need to imitate the above page; you are free to to create any design you like. The important principles:

  • Identify your site
  • Use the title element appropriately.
  • Valid HTML.

For next week

...