create an HTML file to do the following Create a similar htm
***create an HTML file to do the following:
Create a similar html page as attached image (week4.png) file .
Use DIVs, CSS and HTML. You can use any image as a background.
You can use below site for reference.
Solution
<HTML>
<Head>
<Title>
HTML Form
</Title>
</Head>
<Body>
<input type =\'text\'> Email </input>
<input type =\'text\'> Name </input>
<input type=\'submit\'> SUBMIT </input>
</body>
</HTML>
