Create an external cascading stylesheet that all pages will link to specifying:
i. Body with the font Verdana, second choice of Arial, third choice sans serif;
ii. Body background color of your choice (or background image);
iii. Hover effect for hyperlinks.
Any presentational tags/attributes (for example, font tag and bgcolor attribute) should be replaced with
appropriate styles.
Forms and PHP
Design HTML forms for accepting user input. The forms should be database driven i.e. submitting the
forms will initiate database interaction.
i. Query form: it is used to process queries about products. The form should be linked to the
database and retrieve product information based on the criteria selected by the user. For
example, show all products which cost less than $100.00.
ii. Contact form: The form will allow the user to join the mailing list. The form should have
appropriate controls to obtain the following information:
Firstname
Last name
Email address
Male or Female
There should be an option to view all subscribers to the mailing list.
做的大概差不多了..想问下hover的设定是否应该加在css里面呢.
如果说要做一个鼠标停留时链接字体放大该怎么弄.具体不知道命令该加在哪里.
query form完全不会
contact form都做完了.问题是submit和reset两个命令无法达到效果.
还有最后说view all mailing list不知道该怎么上传填完的表格.
最后就是这两个form里都要有适当的java script=.=
求狗哥解答..
i. Body with the font Verdana, second choice of Arial, third choice sans serif;
ii. Body background color of your choice (or background image);
iii. Hover effect for hyperlinks.
Any presentational tags/attributes (for example, font tag and bgcolor attribute) should be replaced with
appropriate styles.
Forms and PHP
Design HTML forms for accepting user input. The forms should be database driven i.e. submitting the
forms will initiate database interaction.
i. Query form: it is used to process queries about products. The form should be linked to the
database and retrieve product information based on the criteria selected by the user. For
example, show all products which cost less than $100.00.
ii. Contact form: The form will allow the user to join the mailing list. The form should have
appropriate controls to obtain the following information:
Firstname
Last name
Email address
Male or Female
There should be an option to view all subscribers to the mailing list.
做的大概差不多了..想问下hover的设定是否应该加在css里面呢.
如果说要做一个鼠标停留时链接字体放大该怎么弄.具体不知道命令该加在哪里.
query form完全不会
contact form都做完了.问题是submit和reset两个命令无法达到效果.
还有最后说view all mailing list不知道该怎么上传填完的表格.
最后就是这两个form里都要有适当的java script=.=
求狗哥解答..