当前位置: 代码迷 >> 综合 >> 【项目】【开源】【PHP】【html】html编写项目卡片生成器界面-README(生成属于你的README文件带图案)
  详细解决方案

【项目】【开源】【PHP】【html】html编写项目卡片生成器界面-README(生成属于你的README文件带图案)

热度:2   发布时间:2023-12-17 14:34:04.0

html编写项目卡片生成器界面-README(生成属于你的README文件带图案)

phpcard.html

<!DOCTYPE HTML>
<html>
<head>
<title>The Card of Your Project v1.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>项目卡片生成器V1.0</h1>
<form action="#" method="get" name="user_form">
<div style="float:left;margin-right:10px">
项目名称:
<input class="a" type="text"  maxlength="3"/>
项目日期:
<input class="e" type="text"  maxlength="3"/>
<br /><br/>
名称分割:
<input  class="b"type="text"3 maxlength="3"/>
项目版本:
<input  class="f"type="text"3 maxlength="3"/>
<br /><br/>
项目作者:
<input class="c" type="text"  maxlength="3"/>
联系方式:
<input class="g" type="text"  maxlength="3"/>
<br /><br/>
项目公司:
<input  class="d"type="text"3 maxlength="3"/>
&nbsp
&nbsp
&nbsp
<input type="submit" value="制作"/>
&nbsp
&nbsp
&nbsp
<input type="submit" value="打开"/>
&nbsp
&nbsp
&nbsp
<input type="submit" value="清空"/>
<br /><br/>
项目内容:
<br />
<textarea cols="70" rows="8">
</textarea>
<br />
注意事项:
<br />
<textarea cols="70" rows="8">
</textarea>
</div>
<div>
项目演示:
<br />
<textarea cols="70" rows="29" readonly="readonly">
</textarea>
<br />
</div>
</body></html>

演示

  相关解决方案