Wednesday, October 16, 2013

Playing that HTML game!!

It was a very enjoyable experience creating my own html page. At first the idea that a sequence of lines of words starting with a < > and then ending with a </ > could form together to form an actual page with images and words was outstanding. After reading through the packet I was intrigued to see what else could be done on a html page so I ventured onto Youtube and looked up other things such as how to have text in a larger font or how to add a background picture. Overall it was all pretty standard and very simple to pick up.

html page



html coding

<html>
<head>
<title>Man or Machine the Cyborg Chronicles</title>
</head>
<body background="http://static3.depositphotos.com/1001108/248/i/950/depositphotos_2489466-Grunge-gears-background.jpg">
<body text="white">
<h1>
<center>Man or Machine the Cyborg Chronicles</center>
</h1>

<marquee>
<h2>
<center>Where does it stop?</center>
</h2>
</marquee>

<center><img src="http://th00.deviantart.net/fs28/200H/f/2008/174/c/7/Scars_of_a_Cyborg_2_by_DisneyFan_01.jpg" border= 3px></img></center>

<marquee>
<h2>Am I still me?</h2>
</marquee>

<h2>
<center>They keep telling me i'll become better and stronger then before, but.. i'm losing myself.. am I man or machine?</center>
</h2>
</html>




No comments:

Post a Comment