[html]<title>Типа Google</title>
<meta charset="utf-8">
<center>
<p>
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_160x56dp.png" width="75%">
<form action="https://www.google.com/search " method="GET">
<p><input type="search" name="q" placeholder=""><input type="submit" value="Поиск"></p>
</form>
</center>
[/html]
Код:
<title>Типа Google</title> <meta charset="utf-8"> </head> <body> <center> <p> <img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_160x56dp.png" width="75%"> <form action="https://www.google.com/search " method="GET"> <p><input type="search" name="q" placeholder=""><input type="submit" value="Поиск"></p> </form> </center>
- Подпись автора