Web Server Assignment
Followthese instructionsto get XAMPP installed.Create a folder in your class folder named "serverTest".
In this folder, create a webpage named "index.html". On this page, put the following:
An appropriate title, as a heading 1, centered.
Your name, as a heading 2, centered.
A list of the two students left of you, indented under a "Other students" heading.
A picture of yourself working in class, sourced from Google Photos.
A bulleted list of classes you're in.
Links to:
your ePortfolio
the class webpage
your favourite website
a funny (and appropriate!) meme.
Copy this folder to the default folder for Apache. In the default webpage, include the following HTML code in the <head> section:
<meta http-equiv="refresh" content="0; url=serverTest/" />
Note!!!
Validate your HTML assignment here