Web TechnologyTU Board 2076
How can you create objects in Javascript? Create a HTML page containing a division with image and its description in paragraph. Write a javascript function to change the value of description in the…
10How can you create objects in Javascript? Create a HTML page containing a division with image and its description in paragraph. Write a javascript function to change the value of description in the paragraph during onmouseover and mouseout event on the image.
A worked answer is on its wayMeanwhile, read the Web Technology notes for this topic.
Discussion
Loading…
More Web Technology questions
What is the use of XML?Create a XML file with simple type and complex type elements. Write its equivalent DTD.TU Board 207910Create an HTML file containing form elements textbox for username, password field and a checkbox for hobbies. Now write javascript function for the form…TU Board 207910How database connection is created in PHP? Write a PHP program to create a form and insert values in to the database table. The form should contain at least…TU Board 207910Differentiate Web 1.0 from Web 2.0.TU Board 20795Write a HTML script to generate following list of items; 1. Coffee : I. Black coffee II. Green coffee 2. Tea A: Black tea B. Green teaTU Board 20795Create a HTML page containing a div having id "dv1". The div should contain canvas element. The id of canvas should be "mycanvas". The height and width of…TU Board 20795