Pages

Monday 3 October 2011

CS101 Assignment # 4 Fall-2007


Assignment

You have to develop a web page similar to the one given below. (Find the Screen Capture attached below) This page must have the following properties:

·         Use HTML tags that you studied in Web Development lectures of CS101.
·         The title of the page should be “My student ID is xxxxxxxxxxx”. Instead of writing x’s you should display your own ID, not of someone else or not the one shown in the screenshot.
·         Use H1 tag for the heading “Fall-2007 CS101 Assignment # 4”.
·         Draw a table with the given columns and rows. The size of table border should be “1”, the background color should be “SkyBlue”, and it should be aligned in the center. The following text must be written in the caption of the table “Wheat and Rice Production in South Asia”. The table should be exactly like the one shown in the screen capture.
·         Use H4 tag for the heading “Displaying the title of the webpage on the Status bar”.
Draw a button “Display Status”. When this button is clicked, the status bar should display the text written in title of the webpage. The title of the page can be read using the “title” property of the “document”. For this assignment use “onClick” event-handler. If you use “onMouseOver” event-handler, marks will be deducted for that