English, asked by PRATHAMABD, 8 months ago

What is aspect ratio​Answer:
&lt;!DOCTYPE html&gt;<br />&lt;html&gt;<br />&lt;head&gt;<br />&lt;style&gt;<br />#grad1 {<br />  height: 1155px;<br />  background-color: red; /* For browsers that do not support gradients */<br />  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); /* Standard syntax (must be last) */<br />}<br />&lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br /><br />&lt;div id="grad1" style="text-align:center;margin:auto;color:#888888;font-size:40px;font-weight:bold"&gt;<br />Hello Everyone<br />&lt;/div&gt;<br /><br /><br />&lt;/body&gt;<br />&lt;/html&gt;<br />

Answers

Answered by mewchu
0

Answer:

The aspect ratio of an image is the ratio of its width to its height. It is commonly expressed as two numbers separated by a colon, as in 16:9. For an x:y aspect ratio, the image is x units wide and y units high.

mark as brainliest and plz follow me

Answered by Gurujeet
0

Answer:

An aspect ratio describes the relationship of an object's width to its height. It is commonly used in computing to describe the proportions of a rectangular Screen.

Similar questions