HTML

profilevx6
Assignment2.pdf

Assignment 2 Due 09/19 Name_______________________________ 1. Your target for this assignment is to share a video on your website and allow user to send feedback to you.  

2. Here are specifications for this assignment. 

Change on file “index.html” 

     In the assignment section of your index.html document, create a link which links to document  

“ContactMe.html”.  

               New web document  with name “ContactMe.html”  

Contains an embedded video in your website.  You might create a video about yourself (preferred) or use 

videos on Youtube.  However, the content of the video should be appropriate.    

Create a simple form which collects user information. Name of the form is “feedback”. Action is 

“feedback.php”. And method is “get”.  Your form contains 

o User’s first name,  with placeholder  “anonymous “ , name “fname” and  attribute “ required”  o User’s last name,   with placeholder  “anonymous “, name “lname”  and attribute  “required”  o An email input element for  user’s email address, with placeholder [email protected] and name “mail”  o Radio buttons that let the users choose whether they are going to recommend this website :  yes or no  o Selection box that include user’s favorite website such as:  Google, Facebook, Twitter, Time,.. and so on  o A range element that asks user to rate the website on a scale of 1 to 10, with name “rating”   o A text area that asks for additional comments from the user, with name “comment”  o A submit button  o Any other HTML5 form features (at least three) that you’d like to put in the form  ____________________________________________  

____________________________________________ 

____________________________________________ 

** **All of your form elements should have a name attribute ***** 

Test your HTML document on at least three different browsers. Please comment on the difference in testing 

results. 

           

Submit your document to http://validator.w3.org/ for validation.  Is your document passed? If there are any 

errors that you cannot fix, please put it down here.  

         

Before you submit your file, be sure to check this checklist.   

To submit: 

o Upload your files to USCA Math department linux server  (129.252.199.131)  o Please turn in this page with items checked to instructor on due date.