A one line code to insert an image with file name toys.jpg with border as 5.
Html
Answers
Answered by
1
Following are the HTML Code is given below
Explanation:
- <img src=" toys.jpg " border="5">
- The img src tag is used in HTML for insert the image in the web browser .
- Inside the img tag we used border tag that specify the border in the web browser .
Following are the code of HTML
<html>
<body>
<img src=" toys.jpg " border="5">
</body>
<html>
Learn More :
- brainly.in/question/4301355
Similar questions
Social Sciences,
5 months ago
Math,
5 months ago
Science,
5 months ago
Social Sciences,
10 months ago
Chemistry,
10 months ago