Page 1 of 1

Instructions: : Complete the missing code in each HTML file.

Posted: Fri Apr 29, 2022 8:00 am
by answerhappygod
Instructions: : Complete the missing code in each HTML
file.
Instructions Complete The Missing Code In Each Html File 1
Instructions Complete The Missing Code In Each Html File 1 (109.1 KiB) Viewed 23 times
40-41. Set the size of the image to 250 pixels wide and 400 pixels tall. <img src="Image1.jpg" width="" height="">* Your answer 42-43. Make the element below into a link that goes to "https://www.google.com". <a "https://www.google.com">Google</a> * Your answer 44-45. Use the correct HTML tag to add a heading with the text "London". <p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p> * Your answer 46-50. Add 5 headings to the document with the text "Hello". Start with the most important heading (the largest) and end with the least important heading (the smallest). <html><body> </body></html>