Hello firends ,
A simple
HTML Code:
<body>
<form id="form1" name="form1" method="post" action="">
<p> </p>
<p>
<label>input1
<input type="text" name="textfield" />
</label>
</p>
<p>
<label>input2
<input type="text" name="textfield2" />
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</p>
<p> </p>
</form>
I have this code
I want to change location position of bottom ,how can I do?
which tag do that?
Generally image we are working on form,or table...
I want to change position of element how can we do that?May you give me example by different language?(How by
CSS,How by
DOM,By javascript)and comparethem to each other? I want to know the manner in these three language
Thanks