Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to insert an image in HTML?
Home
HTML
How to insert an image in HTML?
+1
vote
asked
Jan 28, 2021
in
HTML
by
SakshiSharma
How to insert an image in HTML?
i) <img href = "jtp.png" />
ii) <img url = "jtp.png" />
iii) <img link = "jtp.png" />
iv) <img src = "jtp.png" />
html-insert-image
html-image
html-format-image
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 28, 2021
by
rajeshsharma
iv) <img src = "jtp.png" />
...