<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
input[type='radio'],
input[type='checkbox'],
label {
cursor: pointer
}
</style>
</head>
<body>
<form action="地址" methed="post">
学号:
<input type="text" name="user" placeholder="请输入用户名" />
<br />
密码:<input type="text" name="pwd" placeholder="请输入密码" password="键盘" />
<br />
性别:
<input type="radio" name="sex" id="sex1" value="男" checked><label for="sex1">男</label />
<input type="radio" name="sex" id="sex2" value="女"><label for="sex2">女</label />
<br />
电话:<input type="text" name="phone" placeholder="请输入电话号码" />
<br />
邮箱:<input type="text" name="email" placeholder="请输入注册邮箱" />
<br />
出生年月:<input type="text" name="birth" />
<br />
爱好:
<input type="checkbox" name="like" id="like1" value="篮球"><label for="like1">篮球</label />
<input type="checkbox" name="like" id="like2" value="足球"><label for="like2">足球</label />
<input type="checkbox" name="like" id="like3" value="羽毛球"><label for="like3">羽毛球</label />
<br />
<input type="submit" value="提交" />
<input type="reset" value="重置" />
</form>
</body>
</html>
网页背景音乐的HTML代码有三种,分别用<bgsound></bgsound>、<embed></embed>和<audio></audio>标签。
由于<bgsound>的特性是非标准的,所以请尽量不要在生产环境中使用它。下面对三者的参数进行介绍:
1、<bgsound>:
<bgsound>是IE浏览器中设置网页背景音乐的元素。
<bgsound src="sound1.mid">
<bgsound src="sound2.au" loop="infinite"
balance
该属性取值在-10,000到+10,000,它决定扬声器之间的音量如何分配。
loop
该属性表明音频被播放的次数,是一个数值或者关键字infinite。
2、<EMBED>:
<embed>标签定义嵌入的内容,比如插件,插入音频和视频方式。
<EMBED src="your.mid"autostart="true" loop="true" hidden="true">
height pixels 设置嵌入内容的高度。
src url 嵌入内容的 URL。
type type 定义嵌入内容的类型。
width pixels 设置嵌入内容的宽度。
3、<audio>:
<audio>标签定义声音,比如音乐或其他音频流。
<audio src="someaudio.wav">您的浏览器不支持 audio 标签。</audio>
扩展资料:html特效代码大全:
1)贴图:<img src="图片地址">
2)加入连接:<a href="所要连接的相关地址">写上你想写的字</a>
3)在新窗口打开连接:<a href="相关地址" target="_blank">写上要写的字</a>
4)移动字体(走马灯):<marquee>写上你想写的字</marquee>
5)字体加粗:<b>写上你想写的字</b>
参考资料来源:百度百科-bgsound
参考资料来源:百度百科-embed
html送朋友的唯美新年贺卡祝福贺卡生日礼物情人节礼物这款新年贺卡适合亲人之间使用它不以红色为主体色但清新的色系
html5与css3制作新年贺卡 html5贺卡
纯css画个新年贺卡
新年贺卡
首页 html网站模板 html5 css3模板标签 html5黄色宽屏样式婚礼贺卡
mugeda html5技术教程之19制作可定制贺卡
新年祝福贺卡
归属分类 代码html5 css3html5实例html5贺卡制作蛋糕动画电子
新年贺卡喜庆
html代码圣诞贺卡图片自制圣诞贺卡图片大全
新年民俗贺卡
html5圣诞贺卡2016圣诞节手工贺卡图片大全
新年贺卡
这款新年祝福贺卡更加适合朋友之间使用鲜艳的配色活泼的形象都
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)