amazon type search box html css

Solutions on MaxInterview for amazon type search box html css by the best coders in the world

showing results for - "amazon type search box html css"
Mirko
13 Jun 2018
1<FORM action="http://www.amazon.com/exec/obidos/external-search"[RETURN]
2   method="get">
3<INPUT type="hidden" name="mode" value="blended">
4<INPUT type="hidden" name="tag" value="insert associate tag">
5Search Amazon:<br>
6<INPUT type="text" name="keyword" size="10" value="">
7<INPUT TYPE="submit" VALUE="Go">
8</FORM>