Computer Science, asked by sofiaamber72, 10 months ago

A one line code to insert an image with file name toys.jpg with border as 5.
Html

Answers

Answered by StaceeLichtenstein
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