0% found this document useful (0 votes)
6 views1 page

Fixing Common HTML Code Errors

Uploaded by

shaikvajidunnisa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Fixing Common HTML Code Errors

Uploaded by

shaikvajidunnisa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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>

You might also like