Posts

Showing posts from April, 2025

First Year Web Technology Practical Slips Solution

 Web Technology Practical Slips Solution ******************************* File Name : FYBBA_Practical_1 .html Q1. Write a JavaScript program to calculate the volume of a sphere. -------------------------------------------------------------------> <! DOCTYPE html > < html > < head >     < title > To calculate the volume of a sphere. </ title >     < style type = "text/css" >         .ContainerBox {             margin : 20% auto ;             width : 50% ;             border : 2px solid #ddd ;             padding : 10px ;             text-align : center ;         }     </ style > </ head > < body >     < div class = "ContainerBox" >         < label > Input radius v...