摘要:
> 是儿子辈的选择器,只选择儿子辈 先写一个最基本的(可以在本地跑一下试一试): <!DOCTYPE html> <head> <meta charset="UTF-8"> <title>测试网页</title> <style> div article h2{ color:blue; } </sty 阅读全文
摘要:
<video src="./harden1.mp4" muted controls autoplay loop poster="./3_1.jpg" width="600px" height="300px" ></video> html原生的video有几个属性,记一下。 muted:默认播放是静音 阅读全文
摘要:
总是忘记这个属性,还是记录一下。 单选框,name属性一样的话,才会进行互斥。 <form > <input type="radio" name="2" checked>我爱你 <input type="radio" name="2">我不爱你 <hr> <input type="checkbox" 阅读全文
摘要:
header:页面主体上的头部, header 元素往往在一对 body 元素中。 footer:页面的底部(页脚),通常会标出网站的相关信息。 nav:专门用于菜单导航、链接导航的元素,是 navigator 的缩写。 section:在 web 页面应用中,该元素也可以用于区域的章节描述。 ar 阅读全文
摘要:
新特性: 1,HTML5和GML,SGML的关系(https://www.cnblogs.com/huanqna/p/8178057.html),主要是关于图像,位置,存储,多任务等功能的增加。 2,html-拖拽释放(Drag and drop) API(https://www.cnblogs.c 阅读全文