单选题

下列代码中,可以用于清除图像内边框的是

A、

border:0;  

B、

margin:0;

C、

padding:0;

D、

list-style:none;

下载APP答题
由4l***8z提供 分享 举报 纠错
相关题库推荐

相关试题

单选题 在HTML语言中,(     )标记用于插入表格。

A、

<table>

B、

<tr>

C、

<td>

D、

<ul>

单选题 网页的根标记是()

A、

<html></html>

B、

<body></body>

C、

<title></title>

D、

<head></head>

单选题 网页的标题标记是(       )

A、

<html></html>

B、

<body></body>

C、

<title></title>

D、

<head></head>

单选题 行内样式也称为内联样式,是通过标记的(       )属性来设置元素的样式。

A、

type

B、

style

C、

css

D、

html

单选题 <img />标签表示一个图像信息,它有一个必须要指定的(      )属性,用来指定图片路径。

A、

title

B、

img

C、

src

D、

alt

单选题 网页的主体标记是(    )

A、

<html></html>

B、

<body></body>

C、

<title></title>

D、

<head></head>

单选题 超文本标记语言英文为(      ),主要是通过标记对网页中的文本、图片、声音等内容进行描述。

A、

css

B、

html

C、

javascript

单选题 在CSS中,用于设置行间距的属性是(      ),一般称为行高。

A、

height

B、

line-height

C、

line-style

D、

letter-spacing