Business Studies, asked by Kristin8111, 22 days ago

Importance or functions of cheques

Answers

Answered by VENNESAMARGRID
3

Answer:

<!DOCTYPE html>

<html>

<head>

<title> Try It Yourself </title>

<style type="text/css">

@media only screen and (orientation: portrait) {

body {

background: skyblue;

}

}

@media only screen and (orientation: landscape) {

body {

background: lime;

}

}

</style>

</head>

<body>

<p style="color: white"> When your device is in portrait mode the background color is sky blue<br>when in landscape the background color turns green. </p>

</body>

</html>

Similar questions