How do I get the image to appear in my HTML5 code -


i having issues when upload code server. need have image of camel on right reason image not appear. have tried example code , when used image appear not code. putting code below wonderful. first try @ language extremely new of this.

<!doctype  html>  <!-- fig. 2.18 solution --> <! __ includes camel image -->  <html>        <head>           <meta charset = "utf-8">               <title> homework 1- 2.18 solution </title>        </head>        <body>           <table border = "1"   width = "640" >              <tr>                 <td><h1> objectives </h1>                    <ul>                       <li>  able create tables rows ,                             columns of data. </li>                       <li>  able control display , formatting of tables. </li>                       <li>   able create , use forms. </li>                    </ul>                    <em> yea, table of memory i'll wipe away                          trivial fond records. </em><br  />                         william shakespeare.                    </td>                    <td><imag src="camel.png"  alt= "camel picture"                          height = "310"    width = "200"  />                 </td>              </tr>           </table>         </body>      </html> 

you need use <img src="camel.png" alt= "camel picture" height = "310" width = "200" /> - take 'a' out of 'imag'.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -