Q 1. Develop a website having at least three pages that tells about you and also provide information about a topic of your choice. The site must have:
Q 2. For the site developed in q1 use CSS to beautify your web pages. You should use external CSS to achieve this. You used as many features of CSS as possible.
Q 3. In this q develop a web page that has a form with two textboxes. The first one accepts the name and the second one accepts age. It has radio for the gender selection. The form has a three checkboxes with following labels: red blue and pink. After capturing the form you should process the form mentioning the name and age of the person along with the gender and set the background color according the choice made by the visitor.
Q 4. Repeat Q3 but use server side scripting.