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

Create a Personal HTML Webpage

The document outlines the objective of designing a static webpage using standard HTML tags. It includes HTML code for a page titled "About Me" that contains information about the author within heading, paragraph, image, ordered list, and unordered list tags. The page introduces the author and lists their hobbies of reading, watching TV, and drawing as well as interests in dramas, sports, and art.

Uploaded by

Ebad Afzaal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Create a Personal HTML Webpage

The document outlines the objective of designing a static webpage using standard HTML tags. It includes HTML code for a page titled "About Me" that contains information about the author within heading, paragraph, image, ordered list, and unordered list tags. The page introduces the author and lists their hobbies of reading, watching TV, and drawing as well as interests in dramas, sports, and art.

Uploaded by

Ebad Afzaal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

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"> &nbsp;</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>&nbsp;</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.

You might also like