Current location - Plastic Surgery and Aesthetics Network - Wedding supplies - Is there any simple setting method for css of body div?
Is there any simple setting method for css of body div?
Set the div body of css, we can directly in the

& lthtml & gt

& lthead & gt

& ltstyle & gt

Text {

Width: 960px// controlled by id

Height: 600px

}

& lt/style & gt;

& lt/head & gt;

& lt script & gt

document . body . style . background color = " # f00 "; //change through JS

& lt/script & gt;

& ltbody style = " width:900 px; Height: 400px”& gt

& lt/body & gt;

& lt/html & gt;