+ 1
On box model ..
I know to create a box but how to enter something on it as like Google search box!
6 odpowiedzi
+ 1
reply me brother!?
+ 2
Use form and input tags
+ 2
Try this:
<form align="center">
<input type="text" placeholder="Search" />
<input type="submit" value="Search" />
</form>
+ 1
please explain me bro!! please
+ 1
do a code and explain in comments
0
thank you