Lab 23

During Lab 23 we had to create a list that also incorporated a check box. The check box had to also work with the shift key if you wanted to check all the boxes at once. In order to create the list I added a div and an input tag under it with a p tag. This using css to make it look nice created the list that is above. The input was for the check box in each list. Then after this in order to make the list work with the shift key I had to insert javascript code. This code was a function using an if statement to see if the shift was being held while clicking the check boxes. This is very important and useful to a web designer because if you want a survey or the using to check multiple boxes at once using this code would help create a more efficient way for the user to check all of them. When creating list I would use this code because it makes the site more user friendly and faster to go through the list.

Comments