Posts

Showing posts from February, 2018

WEB-DESIGNING 2nd internal Assignment

Image
S.Y.B.C.A SEMESTER -4-2018 WEB-DESIGNING 2 nd internal Assignment 1. Explain the process of interaction between Web Browser and Web Server 2. What is DNS? What is the function of DNS? 3. Explain Static, Dynamic and Active Page with suitable example. 4. Write a note of DHTML effects in frontpage. 5. Write a note on various views available in frontpage.                                                 6. Explain Jquery effects fade, slide, animate, and stop. 7. What are the types of selectors in Jquery? Explain each with example. 8. Explain DOM Traversing effects in JQuery. 9. Explain different control structure available in javascript. 10. Explain navigation in front page. 11. Write a javascript to check whether entered string is palindrome or not. 12. Write a javascript to accept two numbers in textboxes and display their multiplication in other textboxes

Web designing Lab Assignment -4

Image
Web Designing Lab- Assignment-4 1 Write a jquery code to display the use of different selectors on different elements of html. 2 Write a jquery code to display the use of different events on different elements (including button) of html. 3 Write a jquery code to display the use of different effects on different elements (including button, image, box, text) of html. 4 Write a jquery code to display the use of DOM Traversing effects ( Ancestors, Descendants, sibling, and filtering) on different elements of html.  

Web Designing Lab- Assignment-3

Image
Web Designing Lab- Assignment-3 1.      Write  java script code for string,math and date object. 2.      Write  java script code for all javascript events. 3.      Practice form validation. 4.       Create a form having a number of elements(textbox,radio buttons,check boxes and so on).write a javascript code to count the number of elements in the form. 5.      Create a form for student information.write a javascript code to find total,average,result and grade.