+ 3
How to add an image to our document using html. Can a link be used? I mean here is a link, in that there is an image and a photo
Can we get that image from there using html img src.. http://www.genomyx.ch/congratulations-to-the-ombudsman-of-the-cig-postdoctoral-fellow-jacques-dubochet-for-his-embl-award/
2 Respuestas
+ 7
<img src="http://www.genomyx.ch/wp-content/uploads/Capture-d%E2%80%99%C3%A9cran-2015-01-23-%C3%A0-15.00.37.png" width="500px" height="500px"/>
add this to ur html
+ 1
instead of width=500px you can even use width="50%" same for height