Computer Science, asked by goldilocksishere9, 17 hours ago

What is the right pixel size for photos in tables html?
When I insert images for my table it ends up looking too over-sized and unappealing.

Attachments:

Answers

Answered by Anonymous
1

Answer:

It's best to look at the pixel dimension of your images as you're making them. As long as they're at least about 1024 pixels wide (for a horizontal image) they should be fine for teaching. The standard resolution for web images is 72 PPI

Explanation:

One of the simplest ways to resize an image in the HTML is using the height and width attributes on the img tag. These values specify the height and width of the image element. The values are set in px i.e. CSS pixels. For example, the original image is 640×960

Please mark me as brainliest

Similar questions