InterviewSolution
Saved Bookmarks
| 1. |
The general syntax for inline image is <img src = “file name” >. |
|
Answer» True At the place of the file name, the path of the image is specified. If the image is in the same folder as HTML file, it is not needed to specify the full path of an image. |
|