Computer Science, asked by sristisrivastava824, 6 months ago

we cannot specify the width and height of an image in a web page. TRUE OR FALSE​

Answers

Answered by swethamadarapu903
27

\huge\boxed{Answer:-}

\huge\boxed{True}

❤️Hope it helps you ❤️

✯Mark to Brainliests please....✯

And please do thank... please... please

Follow me✌️✌️

Answered by surajnegi0600
0

Answer:

False. We can specify the width and height of an image in a web page using the width and height attributes in the img tag. These attributes allow us to set the dimensions of the image in pixels or as a percentage of the containing element.

Explanation:

For example, the following code will display an image with a width of 500 pixels and a height of 300 pixels:

<img src="example.jpg" width="500" height="300">

It is also important to note that when specifying the width and height of an image, it is good practice to ensure that the actual image dimensions match the specified dimensions in order to avoid any distortion or stretching of the image. If the actual image size is smaller than the specified size the image will be stretched and if the actual image is larger than the specified size the image will be reduced.

More question and answers:

https://brainly.in/question/18361174

https://brainly.in/question/22594779

#SPJ3

Similar questions