Computer Science, asked by jenynadar1971, 2 days ago

Write a program using HTML and CSS:
(5 mks)
To create a form that should accept Name, Contact number of Office(Compulsory), date of leaving previous company, number of years completed (should be between 1-30) from the user. Create submit to send the data and refresh button to reload the page. The heading of the form should have background color and text color different (Use Inline CSS).​

Answers

Answered by ag0176359
1

Answer:

<Html>

<Head>

<Title> Anything you want to write </title>

</head>

<body bgcolor="red" text="black">

<font face="Comic Sans MS" size="24">

write your paragraph here

</font>

</html>

Similar questions