OBJECTIVE: Design a static webpage by using standard HTML tags.
PAGE 1: About Me <html></html> <head></head> <title>:::khan's Web:::</title> <body bgcolor="Grey"> <H1><u><center><font face="Arial" color="red" size="4">About Me</font></center></u></H1> <HR> <marquee><font face="Georgia" color="black" size="3"> Welcome to my page. I hope you'll enjoy it!!!</font></marquee> <hr><p align="center"> </p> <p align="center"><img border="3" src="[Link] pics/[Link]"> </p> <p align="justify"> My favorite hobbies are</p> <OL type= 'I'> <li><font face="Arial" color="black" size="2">Reading</font></li> <li><font face="Arial" color="black" size="2">Watching T.V.</font></li> <li> <p align="justify"><font face="Arial" color="black" size="2">Drawing</font></li></OL> <UL type= 'square'> <li> <p align="justify"><font face="Arial" color="black" size="2">Dramas</font></li> <li><font face="Arial" color="black" size="2">Sports</font></li> <li><font face="Arial" color="black" size="2">Art</font></li> </UL> <p> </p> </body>
Description: This is a coding of static webpage using standard HTML tags like header, title, body and heading <H1>. I have used <marquee> also to make my page more attractive. Then I defined my hobbies and I have named them by using ordered list and unordered list. I have added my image also by using <img> tag.