Tuesday 06th of January 2009
Mark Walker
Portfolio and Blog

External Links:

SheffieldNights.com
SampsonVideos.com
CSS creme of the month
Digg.com News
Website Accessibility

Quick Info

I am a 21 year old Computing student at Sheffield Hallam University. This site is for showcasing my work but also acts as a tool for me to further develop my web design.
The site includes a PixelPost Photo Blog, a Wordpress Blog and a Google Map. I'm also currently developing my own blog to fit better with the site's theme.

Local

Alien
Blog Admin
News Admin
PixelPost Admin

Futher HTML

HTML stands for Hyper Text Markup Language and forms the basis to all web sites.

The basic HTML code needed for a web site looks like this -

		<head>
		<title>Page Title Goes Here</title>
		</head>
		<body>
		Page content goes here
		</body>
		</html>
	

This example shows the basic HTML tags for a web site, but there are many more used to format a page such as -

	<h1> 
This is formats text like Heading1 in Microsoft Word
	<A HREF="http://www.marksweb.co.uk">Description</A>
This tag is used to set links
	<img src="image.gif" alt="Image Name" />
This tag displays an image

Posted by mark