InterviewSolution
Saved Bookmarks
| 1. |
Suresh is designing a web page. He wants to display an image in the right side of text. Write the HTML code for it. |
|
Answer» <img SRC=”home.jpg” Align=”Right”> |
|