In: Computer Science
1. 2-page double spaced document that describes how each page is supposed to function and its purpose to the website. This document should include a list of some characteristics, features, and/or requirements.
2. Website map or hierarchical chart mapping out the different pages of your website. Use WORD (Insert – Illustrations – SmartArt feature) to create the map or chart.
3. Develop the planned design into an actual website. Your website should contain at least the minimum number of pages and showcase the following:
Application of all skills learned in class related to HTML/HTML5 – basic tags, lists, tables, and forms while utilizing CSS for styling and formatting and JavaScript for form validation and interactions.
• Proper use of HTML/HTML5 syntax – 20
• CSS Layout, formatting, rules, menus – 10
• JavaScript form validation – 10
Page Output Screenshots
Documentation
I have created two pages.
Index.html
I have given a background image to the page using CSS background-image property.
Inside this page I have created a menu bar containing 4 Menus:
Reg.html
Inside this page, I have created one form using form tag, and given 3 options, each option is containing an input field.
Options are:
Form Validation using Javascript
At the end of the form “Already have an account? Sign in.” option is given, for Sign in-text hyperlink is given if the user clicks here, it will take the user to the home page of the web application.
Code
1. Index.html
Test Web
Name: |
Password:
---------------------------------------------------------------------------------------------------------------------
The second page
2. Reg.html
By creating an account you agree to our Terms & Privacy.
Already have an account? Sign in.