how to stop an image repeating in css

CSS
body {
  background-image: url("image.jpg");
  background-repeat: no-repeat;
}
Source

Also in CSS: