Dimension image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Dimension image

Hello how make a image with good dimension ? I use height and width but there is not changement.... Thank you

11th Nov 2018, 2:49 PM
Axelle
2 Answers
0
Need example of your code
14th Nov 2018, 10:35 PM
Geoffrey L
Geoffrey L - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://michelonfray.com/assets/images/upload/Mangalarga_Marchador_Conformac%CC%A7a%CC%83o.jpg" width="50%"height="30%"border="10" alt="" /> </body> </html
15th Nov 2018, 7:13 AM
Axelle