Answer the following | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Answer the following

Fill in the blanks to display the image, "tree.jpg", at a 200px height and a 500px width: < ="tree.jpg" height="200px" alt="" =" " />

26th Dec 2016, 3:34 AM
Bakary
16 Answers
+ 5
< img src ="tree.jpg" height="200px" alt="" width =" 500px " />
31st Dec 2016, 5:48 PM
Peter Mitchell
Peter Mitchell - avatar
+ 1
<img src="tree.jpg" height="200px" width="500px" alt=""/> But the ending slash ( / ) was required only in XHTML, and it's better practice to use CSS intead of height and width attributs to set size: <img src="tree.jpg" style="height:200px; width:500px;"> Even better practice to not use CSS inline, so: <img src="tree.jpg" id="idtree" alt=""> With this associted css rule: #idtree { height:200px; width:500px; }
26th Dec 2016, 5:48 PM
visph
visph - avatar
+ 1
<img src="tree.jpg" height="200px" alt="" width="500px"/>
4th May 2018, 10:14 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
<html> <head><title>My Page</title> < /head > <body> <table =" r "> <tr><td> <ul> <li>item</li> < > </td></tr> < > </html>
14th Feb 2017, 1:30 PM
Shamshair khan
0
svg
8th Dec 2020, 10:21 AM
ประวีณา ผุยวันดี
ประวีณา ผุยวันดี - avatar
0
img svg
1st Jul 2021, 4:56 PM
Kaniz Hossain
Kaniz Hossain - avatar
0
thanks
13th Sep 2022, 7:50 AM
Mikiyas Eskender
0
<img src="tree.jpg" height="200px" alt="" width="500px"/>
26th Dec 2022, 8:44 PM
Isam Saber
Isam Saber - avatar
- 1
=-0987654321nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
3rd Jan 2018, 6:03 PM
Austin Pidgeon
Austin Pidgeon - avatar
- 1
Hi
26th Jul 2020, 7:12 PM
MD shabbir Alam
MD shabbir Alam - avatar
- 1
Fill in the blanks to display the image tree jpg at a 200px height and a 500px widty
26th Jul 2020, 7:13 PM
MD shabbir Alam
MD shabbir Alam - avatar
- 1
Img Svg
14th Nov 2020, 4:41 AM
JaKayla Eaddy
- 3
salam friend
14th Feb 2017, 1:27 PM
Shamshair khan
- 3
<h4>An Ordered List:</ > <li>Coffee</li> <li>Tea</li> <li>Milk </ > is ka answer batana
14th Feb 2017, 1:27 PM
Shamshair khan
- 3
<h4>An Ordered List:</ h4 > <li>Coffee</li> <li>Tea</li> <li>Milk </ >
9th Jul 2019, 5:37 AM
Kishan Thesiya
Kishan Thesiya - avatar
- 4
Fill in the blanks to display the image, "tree.jpg", at a 200px height and a 500px width: < ="tree.jpg" height="200px" alt="" =" " />
24th Oct 2017, 4:54 PM
yassine lebrini