This is README file is taken from the brightspace, this is given by Gabriella Mosquera, i am just modify this file as per the citations and my work
This is an individual Lab 3 Assignment that was done by me and I didn't take any reference other than Lab 3 documents and recording. I made a form using HTML with some Style using CSS and also add some the JS. I can show the response on the webpage as well as in the console (As per the lab requirement).
- Date Created: 30 01 2022
- Last Modification Date: 31 01 2022
- Lab URL: https://web.cs.dal.ca/~mahindru/csci3172/lab3/
- Git URL: https://git.cs.dal.ca/mahindru/L3_Mahindru_Pranav
Pranav Mahindru - pranav.mahindru@dal.ca
This Lab Assignment 3 is done with some basic HTML, CSS and JS. I didnt used any template.
If in completing your lab / assignment / project you used any interpretation of someone else's code, then provide a list of where the code was implement, how it was implemented, why it was implemented, and how it was modified. See the sections below for more details.
--> I didnt use any code or template for this Lab Assignment. So there is no references and citation
--> I also write my own code in the HTML CSS AND JS. (JS is learn from the Lab 3 Document)
Q. What is the use of the preventDefault()? Ans) prevent default is used to stop refreshing the page after we press the submit button in the form. So that we can change or see our response in the form what we already did.
Q. What change require in the code to keep previous data on teh page? Ans) "+" is used to store the previous data and show on the webpage/console.