Suchleiste HTML arbeiten
<!DOCTYPE html>
<html>
<body>
<form action="https://www.google.com/search" target="_blank">
<h2>This example searches Google</h2>
<input name="q"><br><br>
<button>Search</button>
</form>
</body>
</html>
Thomas coder