+ 20
How to add Google search to our Web page?
27 Answers
+ 104
<form action="http://google.com/search?" method="get">
<input type="text" name="q" placeholder="Find what?"/><br/>
<input type="submit" value="Google it!" />
</form>
+ 6
<html>
<head>
<title>something</title>
</head>
<body>
<a href="http://www.google.co.in">click here!</a>
</body>
</html>
+ 6
Why only the first one is correct?? I think you can write them either way (the first answer and the second one)... I watched some teachers (via YouTube) who did it the same way the second did...
+ 4
Ok the majority will search Google, but the very first answer is enough - I don't see the point here. Wouldn't you want your visitors to search Google whilst still on your website? Google has some handy code for that, and it's easy to implement.
+ 4
by using <a href="www.google.co.in/">Type here anything</a>
+ 3
< form method ="get" action="www.Google.com/search >
< input type ="text " value ="a" placeholder="search ">< / input >
< input type ="submit " value ="submit ">search </input >
</form >
+ 1
<form method="GET" action="http://www.google.com/search">
+ 1
only first answer is correct all others are bullshit
+ 1
Create your own custom Google search. It'll give you the code to embed in your page. https://support.google.com/customsearch/answer/2630963
0
hyperlink = a href" site"
0
simply used anchor <a>,<a href ="URL" >
and more efficient design proper with CSS👍
0
which do it use more?
0
<html>
<head>
<title> Google</title>
</head>
<body>
<a href="http://www.google.com">www.google.com</a>
</body>
</html>
0
life is a play
0
up to you!
0
very comprehensive and detailed one with dynamic
technicalities is the number one answer
0
<html>
<head>
<title> Google Search</title>
</head>
<body>
<a href="http://www.google.com">Click here to search</a>
</body>
</html>
- 1
Hallo erstmal, ich bin neu im Bereich html aber die Antworten oben sind korrekt falls ihr aber einen kleineren Code benötigt dann sagt mir Bescheid.
Euer GermanProgrammierer
- 1
como hacer un arreglo
- 1
ghh