Get Answers to all your Questions

header-bg qa

Write the HTML code to display an image on the right side of the page

Answers (1)

best_answer
<html>
<body>
<img src="image.jpg" align="right">
</body>
</html>
Posted by

Deependra Verma

View full answer