vifereo James

Generation

模仿百度搜索写一个搜索网站

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div class="container"> <div class="title"> <a href=""> <img src="logo.png" alt="logo"> </a> </div> <div class="search"> <form action="" method="get"> <input type="text" name="" value="" placeholder="请输入搜索关键字..."> <input type="submit" value="搜索"> </form> </div> </div> </body> </html>

Questions about programming?Chat with your personal AI assistant