Wednesday, June 10, 2020

Click here to view

5. A company insures its drivers if either of the following conditions are satisfied
  • Driver is married.
  • Driver is an unmarried, male and above 30 years of age.
  • Driver is unmarried, female and above 25 years of age.

Tuesday, June 9, 2020

Click here to view

4. Write a program to find out the biggest of three numbers using nested if.
Click here to view

3. Write a program to check whether a number is perfect or not. 
Click here to view

2. Write a program to display ASCII value of a character.
Click here to view

1. Write a program to convert a given temperature value from Fahrenheit scale to Centigradescale and vice versa.
Click here to view

20. Construct HTML document to set different colours to visited/unvisited links, Specify a background colour for links .
Click here to view

19. Construct HTML document with CSS to Set the text color of different elements and align the text. 
Click here to view

18. Construct a HTML document with CSS to set an image as the background of a page.
Click here to view

17. Construct a HTML document with CSS to Set the background colour of a page. 
Click here to view

16. Create a HTML document to jump to a specified section within a frame 
Click here to view

15. Create a HTML document to aligning images (Let the image float to the left/right of a paragraph)