JavaScript program to check palindrome string
Write a JavaScript program to check whether a given string is palindrome or not. Output
JavaScript program to check palindrome string Read More »
Write a JavaScript program to check whether a given string is palindrome or not. Output
JavaScript program to check palindrome string Read More »
Write a JavaScript program to store different colours in an array and change the background colour of the page using these array elements. Output
JavaScript program to change background color Read More »
Design a form that accepts two integers. Provide 4 buttons for Add, Subtract, Multiply, Divide. Add JavaScript program to add, subtract, multiply and divide the given numbers when these buttons are clicked. Use output element to display the results Output
JavaScript calculator program Read More »
Design a JavaScript program to display the multiplication table by accepting the number and the limit. Output
JavaScript program to print multiplication table Read More »
Create a table student with fields roll no, name, mark, grade. Insert some records in the table. Write a PHP program to display the mark list of a student by accepting the register no of the student.
PHP Program to display the mark list of a student Read More »