akosiraff

Download js-cssAssignment

Apr 27th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/js-cssassignment/
  3. 1. Download the data files provided below for this assignment. Open "js-cssAssignment.htm" in your browser. Your instructions are outlined right in the Web page. Open "js-cssAssignment.htm" in your code editor. Use the "onclick" event directly in the input element for each button. Example:<input type="button" value="Add shadow to text">From the onclick event,call a function that will execute the code that accomplishes the JS/CSS style desired. This function should be created in the HEAD element of your Web page.
  4. HINT: if needed seach w3schools.com or other tutorial sites to find the appropriate JavaScript styles needed to complete this assignment
  5. Note: Editors such as Dreamweaver that are capable of writing code for you are not allowed in this class! You must use MS Notepad or equivalent to complete this work
  6. 2. By the knowledge of JavaScript create a personal resume building tool. Form elements will be used to accept user input which will be assigned to variables. These variable values will make up the content of a new Web page that will be generated when a form button named Create Resume is clicked.
  7. about this question i have instruction i will give you later
  8. Download: http://solutionzip.com/downloads/js-cssassignment/
Add Comment
Please, Sign In to add comment