M markeden New member Jul 25, 2015 #21 Also you can show images using css background property... .. <div class="bgimage"> .. .. </div> .. <style> .bgimage { width: 100%; height:200px; background: url('IMAGE-URL-HERE') #000 no-repeat; } </style>
Also you can show images using css background property... .. <div class="bgimage"> .. .. </div> .. <style> .bgimage { width: 100%; height:200px; background: url('IMAGE-URL-HERE') #000 no-repeat; } </style>
S sadianisar New member Jun 4, 2016 #24 Use the code of Img src otherwise you can search it on w3schools.
J johnseward New member Jun 7, 2016 #25 <img src="foldername/img.jpg">Flower/imgname</img> HTML tag <img> is used to define the image src define the URL of the image
<img src="foldername/img.jpg">Flower/imgname</img> HTML tag <img> is used to define the image src define the URL of the image
J Jigard New member Jun 10, 2016 #26 Image Show in HTML : <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;"> Last edited: Jul 1, 2016
Image Show in HTML : <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
S sigmaseo New member Jul 9, 2016 #27 Image Show in HTML : <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
Image Show in HTML : <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
S salim11 New member Nov 28, 2016 #30 image show in html tag give n below: <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
image show in html tag give n below: <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
H Harry212 New member Jun 18, 2017 #31 For showing image, you need to use <img> tag. The detail of this tag you can see in w3school