Computer Science, asked by yadvigupta22, 10 months ago

Remit wants to place a logo of his school on the top left corner of the web page. which property can be used to do so.​

Answers

Answered by stefangonzalez246
24

Place a logo in the top left corner

 Open the new word document and type the content what you want. go to insert select header option and select the edit option in that, and go to insert and insert the picture.

  Insert the picture what picture you want and make the size small and fix it in the top left corner in the page.

  If all the page will have the loge that you are typing. The school logo is added in all the pages.

   

To Learn More...

  • brainly.in/question/15159268

Answered by poojan
30

Ramit should use background-position: left top; property.

Explanation:

  • Styling the elements of webpages is the work of CSS and background-element is one in it.
  • It is used within <style></style> tags.
  • The position left top indicates the position in which the image needs to be placed as per this question. left center , left bottom , right top , right center , right bottom , center top , center center , center bottom are some other positions. or, we can just use %x %y to place the positions more accurately.
  • However, we can simple use

<img src="logo.png" style:"top:8px; left:10px, width:6%; position:absolute">

Learn more:

1. Create an html page with 7 separate lines in different colors.

https://brainly.in/question/35010731

2. Write HTML co-de to generate the following table

brainly.in/question/14751808

Similar questions