Practical Test
Sec-B
Subject: WT Time
Duration: 1 hr
Write the answers any Three from following.
11. Create
a webpage with links to three different sections: Home, About, and Contact Us.
Clicking on each link should navigate to the respective section on the same
page.
OR
Create a simple webpage with a paragraph of
text. Use CSS to change the font style, size, and color of the text
22. Write
a program to create a webpage with a paragraph. Add event listeners to:
- Change
the color of the paragraph on mouseover.
- Restore
the original color on mouseout.
OR
Write a program to:
- Accept
an array of numbers as input.
- Find
the largest and smallest numbers in the array.
- Calculate
the sum of all elements.
3. Create a PHP program that accepts a user's name and email via an HTML form and displays the submitted information on a new page.
OR
Write a PHP program to:
• Find
the largest and smallest elements in an array.