<ol>标记用于创建无序列表。
A: 对
B: 错
A: 对
B: 错
举一反三
- HTML的标记ol用于创建无序列表。
- <ol></ol>标记用于指定( ),指定定义列表的标记为( )。
- 下列标记中,可以定义无序列表的标记是() A: <dl></dl> B: <ol></ol> C: <ul></ul> D: <dd></dd>
- 如果要设置有序列表用阿拉伯数字编号,且起始编号为5,可以通过如下设置 A: <ol from="5"></ol> B: <ol start="5"></ol> C: <ul from="5"></ul> D: <ul from="5"></ul>
- 在HTML中()标记用于创建无序列表。 A: ol B: unorderlist C: ul D: orderedlist