HTML Lab Assignments
HTML Lab Assignments
1. Make a webpage for yourself and try to give your name as the title page. Try to use the formatting tags, change the color, different headings, Horizontal Row. 2. Try to put a background image and also try to make its properties static so that only the text should move and the background should be static. 3. Create a webpage and try to insert an image. Try to use all the attributes of an image. 4. Make use of ordered list, unordered list and nested list. 5. Try to create a table displaying the list of students participated in any sports events. Try to merge 2 or more rows, and try to club 2 or more columns. 6. Try to make use of Forms and create a web page for feedback or Personal information form. 7. Make a professional website and use Frames.
Java Assignments 1. Write a program to display Good Morning & Have a nice day on two different lines. 2. Write a program depicting all relational operators 3. Write a program using all arithmetic operators 4. Write a program to depict bitwise operators 5. Write a program to display typecasting 6. Calculate the area of a box 7. Write a program to see the letter is a vowel or a consonant 8. Write a program to calculate pie 9. Write a program to find the largest no out of 3 given no 10. Make a program to display the grades as per the students average marks Average Marks Grade 80-100 A 60-79 B 50-59 C 40-49 D 0-39 Fail 11. Write a program to identify which season is this (spring, autumn, summer, winter) 12. Write a program, which can tell no of days in a specific month. 13. Write a program to identify even/odd 14. Prime No 15. Fibonaci series 16. Factorial 17. Leap Year 18. 1 12 123 1234 12345 19. 1 22 333 4444 55555