若要是设计网页的背景图形为bg.jpg,以下标记中,正确的是
A: <body background=”bg.jpg”>
B: <body bground=”bg.jpg’’>
C: <body image=”bg.jpg”>
D: <body bgcolor=”bg.jpg”>
A: <body background=”bg.jpg”>
B: <body bground=”bg.jpg’’>
C: <body image=”bg.jpg”>
D: <body bgcolor=”bg.jpg”>
举一反三
- 若要是设计网页的背景图形为bg.jpg,以下标记中,正确的是() A: <body background="bg.jpg”> B: <body bground="bg.jpg"> C: <body image="bg.jpg"> D: <body bgcolor="bg.jpg">
- 有一网页代码如下:<;html>;<;head>;<;style type="text/css">;body{background-color:black;}.bg{background-color:red;}#bg{background-color:blue;}:bg{background-color:green;}<;/style>;<;/head>;<;body class="bg">;<;/body>;<;/html>;则该网页的背景色为( )。 A: black B: red C: blue D: green
- 以下标记中设计网页的背景图形为pic.jpg,正确的是( ) A: <;body image=” pic.jpg”>; B: <;body bground=” pic.Jpg”>; C: <;body background=”pic.jpg”>; D: <;body bgcolor=” pic.jpg”>;
- 若要是设计网页的背景图形为bg.jpg,以下标记中,正确的是()
- 在 CSS 中,设置背景图像的代码正确的是( )。 A: background-image: src(img/bg.jpg) B: background-image: url(img/bg.jpg) C: background-img: url(img/bg.jpg D: background-img: src(img/bg.jpg)