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) 

Sunday, June 7, 2020

Tuesday, June 2, 2020

Click here to view

12. Create HTML form with the all FORM elements (text fields, password field, Checkboxes, Radio buttons, Select elements, Drop-down list with a pre-selected value, Textarea (a multiline text input field) and buttons. 

Monday, June 1, 2020

Click here to view

11. Create HTML document to make an unordered list, an ordered list, different types of ordered lists, different types of unordered lists, Nested list, Definition list.