30 likes | 128 Views
IMG. IMG. <img src = “example.jpg” width = “100px” height = “200px” alt = “comment” title = “tooltip” />. <object data = “ example.jpg ” type = “image/jpg” width = “100px” height = “200px” > <h1>comment</h1> </object>. Different Format Options.
E N D
IMG <img src = “example.jpg” width = “100px” height = “200px” alt = “comment” title = “tooltip” /> <object data = “example.jpg” type = “image/jpg” width = “100px” height = “200px” > <h1>comment</h1> </object>
Different Format Options <object data = “example.png” type = “image/png” width = “100px” height = “200px”> <object data = “example.jpg” type = “image/jpg” width = “100px” height =“200px”> <h1>comment</h1> </object> </object>