Correct the following HTML code:
1. Create the largest heading with the text 'Welcome'.
<> Welcome </>
[Link] a paragraph with bold text 'Hello World'.
<> <>Hello World</> </>
[Link] an image with the source '[Link]' and alt text 'Website Icon'.
src="[Link]" ="Website Icon">
[Link] an image with the source '[Link]' and set its width to 500 pixels.
< src="[Link]"="width:px;"> </>
5. Create an ordered list with three items: 'HTML',’CSS’,’JAVA SCRIPT’.
<> <> </></>
6.<body bgcolor="lightyellow" text="">Welcome to my page</body>
7.<font color="red" size=>This is red text with size 4.</font>
8.<font face="" size="4">Styled font text</font>
9.< body align="write">Centered body content</body>
10. <h1 align=center>This heading is misaligned</h1>