HTML Quick List

post-thumb

Here is probably one of the most effective ways of remembering key elements and attributes by using a quick list. We explain various elements and attributes in tutorials but wouldn't it be nice to have a page that lists every HTML tag, element and attribute with explanation of what they are? The HTML quick list will do just that, each element and attribute in HTML is listed with a explanation and of course a example of it's use. Dive into the HTML quick list as your about to get everything downloaded into your brain!

« Read the rest of this post

Creating a website navigation bar with CSS

post-thumb

There are many ways to create a navigation bar, you can use a programs like Photoshop and then convert the image into code, but when I see people creating them in Photoshop I think why bother? When you can simply use CSS for the whole creation and code of it. Granted Photoshop can be used in other development tasks such as designing a full website template. But in this tutorial I will show you how to create a very clean navigation bar using CSS and nothing else (Well HTML too but CSS for the majority!)

« Read the rest of this post

Creating your own Favicon

post-thumb

Favicons are great little icons that appear on the left of a website URL in your browsers address bar, Favicon's don't seem important and some website won't have them, In my opinion a favicon is just as important as a logo. While it is 16 x 16 in size it gives your website a unique small logo to be identified by, Favicons also appear in favorites and bookmarks, so I think it's important to have one. In this tutorial I will show how create your own favicon, converting a standard image into a .ico and of course getting your Favicon to appear on your website!

« Read the rest of this post

The structure of a XHTML document

post-thumb

The structure of a XHTML document is slightly more different than a standard HTML. You will have certain parts in XHTML such as doctype's and XML properties that HTML doesn't have, there's ultimately the same type of code language, but with changes, but it's important to understand the basics of XHTML after all it's the next generation of HTML so people should be in the know about it. In this tutorial you will learn about HTML, XHTML and there differences and the overall structure of both, and why it's important to start using XHTML over HTML.

« Read the rest of this post

Creating your own website top bar

post-thumb

Top bar's seem to appearing on more and more websites each passing day. I've always quite liked the idea and with some XHTML and CSS you can also create your own top bar. Using it for whatever purpose you want it for.

« Read the rest of this post