Skip to main content

Posts

htmlll msl

< html > < body > < script > function find () { var sum = 0 ; var no = parseInt ( frm . txt1 . value ); while ( no > 0 ) { sum = sum + no % 10 ; no = Math . floor ( no / 10 ); } alert ( "Sumof Digits" + sum ); } </ script > < form name = "frm" > EnteraNumber: < input type = "text" name = "txt1" />< br > < input type = "button" name = "b1" onclick = " find ();" value = "Display" /> </ form > </ body > </ html > <html> <head> <style> body{background-color:lavender; text-align: center;} h2{font-style:italic; font-size: 30px; color: #f08080;} p{font-size: 20px;} .blue{color: blue;} .red{color:red;} .green{color:green;} </style> </head> <body> <h3style="color:red; font-style: italic; text-align:center; font-size: 50px; padding-top:25px;">LearningHTMLusing...

java lab 2nd semester

SYED AMMAL ARTS AND SCIENCE COLLEGE   (Affiliated to Alagappa University - Karaikudi) NAAC Accredited with “B” Grade Koottampuli, Ramanathapuram - 623513     DEPARTMENT OF INFORMATION TECHNOLOGY                   Reg. No :     Name     :         Academic Year     2024 – 2025     SYED AMMAL ARTS AND SCIENCE COLLEGE   (Affiliated to Alagappa University - Karaikudi) NAAC Accredited with “B” Grade DEPARTMENT OF INFORMATION TECHNOLOGY       Certified a Bonafide record of practical work done on 23BIT2P1-JAVA PROGRAMMING LAB by _______________________________ Reg.No. __________________ of B.Sc. (Information Technology) – I year during II Semester APRIL, 2025.                      ...