Can someone do me a favour, i actually have an assignment due end of tommorrow and i really need someone to help me design a simple HTML page. I'm at work now kena call back last minute and i really don't know how i'm gonna get through this. The marks will be reflected in my end semester exams. Need this to graduate please any kind soul would lend me a helping hand i'll be more than thankful.
Hope you guys can help out thank you so much
Web Development Technologies
Individual assignment
Assignment 1 : HTML and CSS
Objective: Create a Home Page about yourself
You will create web-site about yourself. You may include anything about yourself such as your personal details, hobbies, former schools and job experiences. Images and other multimedia elements should also be included besides text content.
You will NOT be allowed to use any web-page authoring tool, such as FrontPage or Dreamweaver, to accomplish this task. You should only use HTML elements and Cascading Style sheets to create your web-pages.
Assignment 2 : Web Forms and Scripting
Objective: Creating a Guest book that allows the visitor to enter his data and comments.
You will include a hyper-link element in the main page of the web-site that you created in assignment 1. This link should lead you to a “Guest-book” site. This site includes input controls such as text-boxes, checkboxes, etc. This form will be used to capture the details of the user to be submitted. However, before the data entered is submitted, it should be validated to ensure that all required data was checked before submission. One possible validation is ensuring that all mandatory data are captured (i.e. no text boxes should be left blank). You will embed Javascript codes in the document(s) to perform the validations functions.
Note: Naturally, the data should be uploaded to a server and passed to a CGI program to be processed. However, since creating CGI or asp programs that run on servers are not covered in this course and for the sake of simplicity we will simply respond by launching a simple response page to simulate the server’s response after receiving the data.