80 likes | 90 Views
www.shihabimam.50webs.com. Assignment 2. Creating WEB Page ITC105 MD. Shihab Uddin Imam 11407875. Sitemap. Home Page. Biography. Interests. Credits. Sports. Music. Travel. www.cricinfo.com. www.timeout.com. www.mattdarey.com. www.fox.com.au. www.smarttraveller.gov.au.
E N D
www.shihabimam.50webs.com Assignment 2 Creating WEB Page ITC105 MD. Shihab Uddin Imam 11407875
Sitemap Home Page Biography Interests Credits Sports Music Travel www.cricinfo.com www.timeout.com www.mattdarey.com www.fox.com.au www.smarttraveller.gov.au www.norahjones.info
Intended Audience • My friends and people I know, and people want to know more off me, for all these purpose, my website is ideal. • I expect visitor traffic of young age mostly.
Goals • The goal of my webpage is to describe my self more of what others see in the first glance. It is my first webpage hence I practised page design with CSS.
Page contents • While designing the pages, I used CSS to facilitate the single template for all the pages solution. • I used nested frames and link drop down effect (by designing two similar pages,links.htm & interest.htm). • I used lists, hiperlinks, used images etc. • I used common format of a web page(menu on left, display content on right etc.)
Code of the cred.htm page has been validated. • <?xml version="1.0" encoding="UTF-8"?> • <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" • "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> • <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> • <head>
<title>Credits</title> • <link rel="stylesheet" href="style.css" type="text/css" /> • </head> • <body> • <h1>Credits</h1> • <hr /> • <!--Paragraph-->
<p> • Animation factory- • URL: www.animationfactory.com, • Cool Text- • URL: www.cooltext.com, • HTML Cheatsheet- • URL: www.webmonkey.com, • HTML Dog- • URL: www.htmldog.com, • www.weballey.net, • HTML 4 in 10 Minutes, Evans,Tim, 2003- • SAMS Teach Yourself series • </p> • <p> • <a href="http://validator.w3.org/check?uri=referer"><img • src="http://www.w3.org/Icons/valid-xhtml10" • alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a> • </p> • </body> • </html>