Wednesday, October 19, 2011

Creating an HTML Page

Although this was not my first time creating an HTML web page, it was great to be reminded again of how older web pages were once built using very simple HTML code. I think learning how to use HTML code BEFORE learning how to use web development programs is very critical for having success in web design.

Here is my simple HTML webpage code:


<html>
    <title>My Web Page</title>

   <body style="background-color:grey;">

   <p>Old websites sure did look funny compared to current websites today.</p>
   <p>Here is a picture of Apple's old website from 1997!!<br></p>

  <img src="http://farm1.static.flickr.com/6/11379739_2e9fb453b8_o.gif">
  <br>

   <p><marquee>This website is AWESOME!</marquee>
   <br>

   <p>Here is a picture of the current Apple website 14 years later!!</p><br>
   <img src="http://s3.amazonaws.com/coupons-for/apple-com/320x240.jpg" alt="Shop at apple.com"> <br>
   <br>
   </body>

</html>

Here is my webpage output:

My Web Page
Old websites sure did look funny compared to current websites today.

Here is a picture of Apple's old website from 1997!!


This website is AWESOME!


Here is a picture of the current Apple website 14 years later!!


Shop at apple.com

No comments:

Post a Comment

Support Wikipedia Support Wikipedia Support Wikipedia