-->

Design a webpage that should accept name of the user, email(multiple), contact and submit button. prog1
enter name:
enter email:
Enter contact number:
Design a webpage that should accept name, number of present students(compulsory), time and file to upload from the user. Create submit button. prog2
enter name:
enter number of present students:
Enter Time:
File to upload:
Create a webpage that display the heading “Information technology”. use any three css properties for heading using inline css. prog3

Information Technology

Create a webpage to display ordered list of rainbow colors. The list should be displayed in reverse order. prog3
  1. red
  2. orange
  3. yellow
  4. Green
  5. Blue
  6. Indigo
  7. Violet
Create a webpage to display heading as college name and college info as paragraph. Apply any two css properties using group selector. prog5

JVJC

JVJC is situated in khopoli.

Create a webpage to display a paragraph on “covid pandemic”. The heading should be in blue color and paragraph should be in italics and red in color. Use internal css for it. prog6