谁能编写一个html代码?
在文本框里填写的信息提交到一个博客.那用户名和密码呢大家都说一个例子比如用户名等于123密码等于451566再编html...
在文本框里填写的信息提交到一个博客.
那用户名和密码呢
大家都说一个例子比如用户名等于123
密码等于451566
再编html 展开
那用户名和密码呢
大家都说一个例子比如用户名等于123
密码等于451566
再编html 展开
4个回答
展开全部
<form action="目标博客处理提交数据的页面地址" method="post">
用户名:<input type=text name="目标博客提交时的表单用户名(须查看博客登陆界面源代码)">
密码:<input type=password name="目标博客处理提交时表单的密码名(须查看博客登陆界面源代码)" >
<input type="submit" name="submit" value="登陆" >
</form>
完整代码
<html>
<head>
<title>
博客系统登陆
</title>
<body>
<form action="你的博客处理提交数据的页面地址" method="post">
用户名:<input type=text name="目标博客提交时的表单用户名(须查看博客登陆界面源代码)" value="123"
>
密码:<input type=password name="目标博客处理提交时表单的密码名(须查看博客登陆界面源代码)" value="451566">
<input type="submit" name="submit" value="登陆" >
</form>
</body>
</html>
用户名:<input type=text name="目标博客提交时的表单用户名(须查看博客登陆界面源代码)">
密码:<input type=password name="目标博客处理提交时表单的密码名(须查看博客登陆界面源代码)" >
<input type="submit" name="submit" value="登陆" >
</form>
完整代码
<html>
<head>
<title>
博客系统登陆
</title>
<body>
<form action="你的博客处理提交数据的页面地址" method="post">
用户名:<input type=text name="目标博客提交时的表单用户名(须查看博客登陆界面源代码)" value="123"
>
密码:<input type=password name="目标博客处理提交时表单的密码名(须查看博客登陆界面源代码)" value="451566">
<input type="submit" name="submit" value="登陆" >
</form>
</body>
</html>
展开全部
<html>
<head>
<title>
欢迎你试试看
</title>
</head>
<body>
看到了吧..就是这样显示出来的.先把这个文档用记事本拷下来.然后存为.html结尾的文件名..打开看看就知道了........
</body>
</html>
<head>
<title>
欢迎你试试看
</title>
</head>
<body>
看到了吧..就是这样显示出来的.先把这个文档用记事本拷下来.然后存为.html结尾的文件名..打开看看就知道了........
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<form action="目标博客处理提交数据的页面地址" method="post">
<textarea name="content" style="width:100%"></textarea>
<input type="submit" name="submit" value="提交" />
</form>
<textarea name="content" style="width:100%"></textarea>
<input type="submit" name="submit" value="提交" />
</form>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<textarea name="content" style="width:100%"></textarea>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询