标签:搜索 title submit har lan alt head image ext
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>denglu</title> <link rel="stylesheet"type="text/css"href="171.css"> <style type="text/css"> p { color: red; } .textblue{ color: orange; } #a{ color: blue; } #tt{ color:#FFD700; } .x1{ color: red; } </style> </head> <body> <nav> <input type="text"name="search"> <button type="submit">搜索</button> <a href="http://127.0.0.1:5000/">首页</a> <a href="http://127.0.0.1:5000/login">登录</a> <a href="{{ url_for(‘register‘) }}">注册</a> <hr> <p id="a">常见问题</p><p class="textblue">联系我们</p><p>用户意见</p> </body> </html>
标签:搜索 title submit har lan alt head image ext
原文地址:http://www.cnblogs.com/834477300j/p/7779659.html