CSS中設(shè)置body背景的方法如下:
1. 在HTML文檔的``標簽內(nèi)使用`style`屬性,然后設(shè)置`background-color`屬性為所需的顏色值,將背景色設(shè)置為紅色:```html
```
2. 在CSS樣式表中,使用`body`選擇器,并設(shè)置`background-color`屬性。
```css
body {
background-color: blue;
```
3. 使用CSS的`@import`規(guī)則導入外部CSS文件,并在該文件中設(shè)置`body`的背景色,在`body-background.css`文件中:
```css
body {
background-image: url('background.jpg');
```
然后在HTML文檔中導入該文件:
```html
```
4. 在HTML文檔的``部分使用``標簽鏈接外部CSS文件,并在該文件中設(shè)置`body`的背景色,在`body-background.css`文件中:```css
body {
background-color: green;
```
然后在HTML文檔中鏈接該文件:
```html
```
是CSS中設(shè)置body背景色的幾種方法,可以根據(jù)實際需求選擇適合的方法。