CREATING AN INPUT FORM WITH BACKGROUND COLOR AND IMAGE

 <!DOCTYPE>

<html>

<head><title></title>

</head>

<style>

form{

input-size:100px;

}

</style>

<body bgcolor="green">

<center><img src="pictures/uli.png" width="150" height="150"></center>

<p>

<font size="14pt" face="arial" color="red">

<center><b><h3>Input Form</h3></b></center>

</font>

<form>

<center>

<b>Enter you Names</b>

<br><br>

First Name:

<input type="text" name="firstname">

<br><br>

Last Name:

<input type="text" name="firstname">

<br>

</center></form>

</body>

</html>




Comments

Popular posts from this blog

ADDING NUMBERED LIST ON HTML