头标记
<!DOCTYPE html>
<meta charset="utf-8">
<base href="http://www.runoob.com/images/"/>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
<meta name="description" content="Free Web tutorials on HTML and CSS">
<meta name="author" content="Hege Refsnes">
<meta http-equiv="refresh" content="30">
框架
<iframe src="demo_iframe.htm" width="200" height="200" frameborder="0"></iframe>
视频
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
您的浏览器不支持Video标签。
</video>
音频
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
您的浏览器不支持 audio 元素。
</audio>
连接
<a href="http://www.runoob.com/" target="_blank">访问菜鸟教程!</a>
表单数字
<select id="select" multiple>
<option value="中国0" selected>中国0</option>
<option value="中国1">中国1</option>
<option value="中国2">中国2</option>
<option value="中国3">中国3</option>
</select>
<input type="number" name="quantity" min="1" max="5">
<input type="text" name="lname" form="form1">form表示表单外依然属于这个表单id
<input type="file" name="img" multiple> 多选属性
pattern="[A-Za-z]{3}" 正则
placeholder="First name" 提示
required 必填
readonly只读
实体
空格
© ©
换行 &13;
& &
<> < >
{} { }
" "
作者:Yoby 创建时间:2020-07-22 21:39
更新时间:2024-12-05 13:26
更新时间:2024-12-05 13:26