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="" =" " />
16 Answers
+ 5
<
img
src
="tree.jpg"
height="200px" alt=""
width
="
500px
" />
+ 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; }
+ 1
<img src="tree.jpg"
height="200px" alt=""
width="500px"/>
0
<html>
<head><title>My Page</title>
<
/head
>
<body>
<table
="
r
">
<tr><td>
<ul>
<li>item</li>
<
>
</td></tr>
<
>
</html>
0
svg
0
img
svg
0
thanks
0
<img src="tree.jpg"
height="200px" alt=""
width="500px"/>
- 1
=-0987654321nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
- 1
Hi
- 1
Fill in the blanks to display the image tree jpg at a 200px height and a 500px widty
- 1
Img
Svg
- 3
salam friend
- 3
<h4>An Ordered List:</
>
<li>Coffee</li>
<li>Tea</li>
<li>Milk
</
> is ka answer batana
- 3
<h4>An Ordered List:</
h4
>
<li>Coffee</li>
<li>Tea</li>
<li>Milk
</
>
- 4
Fill in the blanks to display the image, "tree.jpg", at a 200px height and a 500px width:
<
="tree.jpg"
height="200px" alt=""
="
" />