Mark Walker
Portfolio and Blog
External Links:
SheffieldNights.com
SampsonVideos.com
CSS creme of the month
Digg.com News
Website AccessibilityQuick 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 AdminIntroduction to 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 tag looks like this
<h3>
This tag looks like this
<h3>
This tag looks like this
<A HREF="http://www.marksweb.co.uk">Description</A>This tag is used to set links
<img src="/images/image.gif" alt="Image Name" />This tag displays an image situated in a folder called 'images'
Further HTML
Posted by mark