⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 Dreamweaver8.0视频教程
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>

<body>
<form action="" method="post" enctype="multipart/form-data" name="form1">
  <p>
    <input type="text" name="textfield"> 
  我的第1个表单</p>
  <p>
    <textarea name="textarea"></textarea>
我的文本区域表单</p>
  <p>
    <input type="submit" name="Submit" value="提交">
  我的第1个按钮  </p>
  <p>
    <input type="checkbox" name="checkbox" value="checkbox">
  我的第1个复选框</p>
  <p>
    <input type="radio" name="radiobutton" value="radiobutton">
  我的单选按钮</p>
  <p>
    <select name="select">
      <option>1</option>
      <option>2</option>
      <option selected>3</option>
    </select>
  我的列表/表单</p>
  <p>
    <input type="file" name="file">
  我的文件域表单</p>
  <p>
    <input type="image" name="imageField" src="LEON-1.JPG">
  我的图像域</p>
  <p>
    <input type="hidden" name="hiddenField">
  我的隐藏域</p>
  <p>
    <label>
    <input type="radio" name="RadioGroup1" value="1">
1</label>
    <br>
    <label>
    <input type="radio" name="RadioGroup1" value="1">
2</label>
  我的单选按钮组</p>
  <p>
    <select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
      <option>——转到下列网站——</option>
      <option value="http://www.sina.com.cn">新浪</option>
      <option value="http://www.sohu.com">搜狐</option>
        </select>
    我的跳转菜单  </p>
  <p><br>
  </p>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -