body{
  background-color: green;
  /*backround-image: url("https://suhaniallam.neocities.org/download.jpeg");*/
  /*this is code*/
}

img{
  border: 2px dotted cyan;
  width: 400px;
  height: 200px;
  float: right;
}

p{
  text-align: center;
  font-family: Arial, Sans-Serif;
  color: pink;
}

table{
  border: 2px solid black;
}

td{
  border: 1px solid black;
}