Computer Science, asked by pgusion40, 5 months ago

- Write the HTML code to insert an image ROSE.JPG in a document by
aligning with right margin and the size of the image should be the half of
the page.​

Answers

Answered by TheMoonlìghtPhoenix
9

Explanation:

Answer:-

To understand this, we need to work out with HTML Codings.

<html>

<head>

<title> Rose's </title>

</head>

<body>

<img src = "C\:users\:Rose.jpg" height = 500 width = 500>

</body>

</html>

Note that:-

  • The file should be saved with .htm or .html extention.
  • No CSS Code was used here, do not merge it also.
  • Html is the opening code
  • Head is the second condo, applied with CSS style when required.
  • TITLE is used to give tab a name.
  • Body has the content.
  • Closing is a must for all the container tags.

.

Answered by arundhatimishra4640
2

Explanation:

see the attached image above

hope this will help you

thanks for ASKING questions to us

have a nice day AHEAD

✌✌✌

Attachments:
Similar questions