how can image an inserted in a web page? give example
Answers
Answered by
5
Answer:
Explanation:
Browse to the web page you would like to convert.
Press Ctrl + L to highlight the URL, and then Ctrl + C to copy it to the clipboard.
Press Ctrl + V to paste the URL into either of the services to save the file as a picture or a PDF.
Answered by
1
Answer:
Images can be easily inserted at any section in an HTML page. To insert image in an HTML page, use the <img> tags. It is an empty tag, containing only attributes since the closing tag is not required. Just keep in mind that you should use the <img> tag inside <body>…
Similar questions