Tutorial 7 Case Problem 1: ACGIP Conference.Pages 574-576, “Apply” section
PROJECT DESCRIPTION
Association Computer Graphics and Image Processing website is a website for the registration of their 12th Annual Conference in Sante-Fe, New Mexico from March 3rd to March 7th. Professor Darshan Banerjee is the project coordinator for the annual conference of the Association of Computer Graphics and Image Processing (ACGIP). Professor Banerjee has already written the HTML code for the page and the styles for the form elements.
This project task is you to write the HTML code for the web form and the CSS validation styles.
TECHNICAL SHEET
1. HTML Elements-
Linked CSS File cg_forms.css and cg_validate.css style sheet files to the document head in CSS File cg_register.html file.
<title>CGIP Registration Form</title>
<link href="cg_base.css" rel="stylesheet" />
<link href="cg_styles.css" rel="stylesheet" />
<link href="cg_forms.css" rel="stylesheet" />
<link href="cg_validate.css" rel="stylesheet" />
<script src="cg_script.js"></script>
Also worked on the form elements, data list, regex, created the selection list and the submit button.
<form action="http://www.example.com/cg/register" method="post">
</form>
Comments