Buscador Google para tu web
Encontré este video lo puse en practica y me funciono de maravilla les de
El código
<DOCTYPE html >
<html lang="es">
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
button {
border: solid;
border-width: 1px;
border-color: #ccc;
background-color: #ffffff;
color: #069;
cursor: pointer;
}
</style>
<link rel="stylesheet" href="css/">
<link rel="stylesheet" href="css">
</head>
<body>
<header>
<hgrou><h1></h1>
<h2></h2>
</hgroup>
<nav>
<ul>
<li><a href="index.html"></a></li>
</ul>
</nav>
<form method="get" action="http://www.google.com/search" name="q" results="5" placeholder="Escribe tu busqueda" required="required">
<input type="search"/>
<button type="submit" height="15">Buscar
</button>
<input type="hidden"
name="sitesearch" value="www.miweb.com"/>
</form>
</header>
</body>
Comentarios
Publicar un comentario