猿问

html5中,canvas的solid属性表示什么?

html5中,canvas的solid属性表示什么?


慕尼黑的夜晚无繁华
浏览 1998回答 3
3回答

墨色风雨

一般用在CSS中border的属性,比如:123&nbsp;.nav{&nbsp;&nbsp;&nbsp;&nbsp;border:1px&nbsp;solid&nbsp;red;}Canvas 对象表示一个 HTML 画布元素 - <canvas>。它没有自己的行为Canvas 对象的属性:height 属性画布的高度,width 属性画布的宽度,

婷婷同学_

h5是html的最新版本,是14年由w3c完成标准制定。增强了,浏览器的原生功能,减少浏览器插件(eg:flash)的应用,提高用户体验满意度,让开发更加方便。- h5新增的标签新增元素说明video &nbsp; &nbsp;表示一段视频并提供播放的用户界面 &nbsp; &nbsp;audio &nbsp; &nbsp;表示音频 &nbsp; &nbsp;canvas &nbsp; &nbsp;表示位图区域 &nbsp; &nbsp;source &nbsp; &nbsp;为video和audio提供数据源 &nbsp; &nbsp;track &nbsp; &nbsp;为video和audio指定字母 &nbsp; &nbsp;svg &nbsp; &nbsp;定义矢量图 &nbsp; &nbsp;code &nbsp; &nbsp;代码段 &nbsp; &nbsp;figure &nbsp; &nbsp;和文档有关的图例 &nbsp; &nbsp;figcaption &nbsp; &nbsp;图例的说明 &nbsp; &nbsp;main &nbsp; &nbsp;time &nbsp; &nbsp;日期和时间值 &nbsp; &nbsp;mark &nbsp; &nbsp;高亮的引用文字 &nbsp; &nbsp;datalist &nbsp; &nbsp;提供给其他控件的预定义选项 &nbsp; &nbsp;keygen &nbsp; &nbsp;秘钥对生成器控件 &nbsp; &nbsp;output &nbsp; &nbsp;计算值 &nbsp; &nbsp;progress &nbsp; &nbsp;进度条 &nbsp; &nbsp;menu &nbsp; &nbsp;菜单 &nbsp; &nbsp;embed &nbsp; &nbsp;嵌入的外部资源 &nbsp; &nbsp;menuitem &nbsp; &nbsp;用户可点击的菜单项 &nbsp; &nbsp;menu &nbsp; &nbsp;菜单 &nbsp; &nbsp;template &nbsp; &nbsp;section &nbsp; &nbsp;nav &nbsp; &nbsp;aside &nbsp; &nbsp;article &nbsp; &nbsp;footer &nbsp; &nbsp;header &nbsp; &nbsp;- css3css3被划分为模块,最重要的几个模块包括:选择器、框模型、背景和边框、文本效果、2D/3D 转换、动画、多列布局、用户界面选择器框模型背景和边框border-radius、box-shadow、border-image、background-size:规定背景图片的尺寸background-origin:规定背景图片的定位区域background-clip:规定背景的绘制区域文本效果(常用)text-shadow:设置文字阴影word-wrap:强制换行word-breakcss3提出@font-face规则,规则中定义了font-family、font-weight、font-style、font-stretch、src、unicode-range2/3D转换transform:向元素应用2/3D转换transition:过渡动画@keyframes规则:animation、animation-name、animation-duration等用户界面(常用)box-sizing、resizecss3新增伪类:nth-child():nth-last-child():only-child:last-child:nth-of-type():only-of-type():empty:target &nbsp;这个伪类允许我们选择基于URL的元素,如果这个元素有一个识别器(比如跟着一个#),那么:target会对使用这个ID识别器的元素增加样式。:enabled &nbsp;:disabled:checked:not
随时随地看视频慕课网APP

相关分类

CSS3
Html5
我要回答