Difference between revisions of "PHPEX01"

From mi-linux
Jump to navigationJump to search
Line 1: Line 1:
 
[[Main Page]] >> [[CP2228|Web Application Development]] >> [[PHP|Workbook]] >> Mini-task 01
 
[[Main Page]] >> [[CP2228|Web Application Development]] >> [[PHP|Workbook]] >> Mini-task 01
 +
 +
Using everything you have learnt so far create a single webpage as follow:
 +
 +
<pre>
 +
==Hello World==
 +
My name is '''Alix'''
 +
</pre>

Revision as of 10:08, 18 July 2011

Main Page >> Web Application Development >> Workbook >> Mini-task 01

Using everything you have learnt so far create a single webpage as follow:

==Hello World==
My name is '''Alix'''