mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
fix: replace unsupport code highlight language
This commit is contained in:
parent
04c06a088c
commit
9b6e71a811
@ -10,7 +10,7 @@
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
下列哪些是 HTML5 的新特性?
|
||||
A. 语义标签
|
||||
@ -74,7 +74,7 @@ D. cursor
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
对于一条100M的宽带,理论下载速度上限是多少?
|
||||
A. 12.5MB/s
|
||||
@ -140,7 +140,7 @@ D. 都可以循环数组
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
关于事件冒泡描述正确的是?
|
||||
A. 从目标元素向 document 冒泡
|
||||
@ -195,7 +195,7 @@ D. <script type="module" async>
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
以下哪些是 CSS 块级元素的特性?
|
||||
A. 宽度默认由其中的内容决定
|
||||
@ -270,7 +270,7 @@ CORS是常用的跨域解决办法之一,下面简单列出纲要,详细解
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
下列哪些可以实现浏览器存储数据?
|
||||
A. cookie
|
||||
@ -362,7 +362,7 @@ delete 操作符用于删除对象的某个属性;如果没有指向这个属
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
在 css 选择器当中,优先级排序正确的是?
|
||||
A. id选择器>标签选择器>类选择器
|
||||
@ -419,7 +419,7 @@ D. 1, 3, 2, 4
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
浮动会导致页面的非正常显示,以下几种清除浮动的方法,哪个是不推荐使用的?
|
||||
A. 在浮动元素末尾添加一个空的标签例如 <div style=”clear:both”></div>
|
||||
@ -482,7 +482,7 @@ D. 1
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
下列说法正确的有哪些?
|
||||
A. visibility:hidden 表示所占据的空间位置仍然存在,仅为视觉上的完全透明
|
||||
@ -538,7 +538,7 @@ D. 48ms
|
||||
|
||||
#### 题目描述
|
||||
|
||||
```text
|
||||
```txt
|
||||
选择题 1:
|
||||
以下对HTML标签的使用,哪些是符合语义的?
|
||||
A. 使用 table 展示表格数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user