There are many uses for lists on a webpage. They provide you with a suitable way to list items on your websites in an appealing manner. They are also used to structure site navi[...]
This tutorial will show you how to add an image to a website using HTML. It is a very simple process and requires only basic HTML, nothing more, nothing less! Recommended for be[...]
A tutorial based at beginners, it will show you how you can link your pages together using some very simply HTML. If you are new to web development i would definately recommend [...]
This tutorial will show you how to add a hyperlink to an image. It is a very simple process and should be easy to follow even for beginners. Below we have an image, if you click[...]
If you have read any of the beginner tutorials you will probably know by know that HTML is a core part of any website. This page will supply you with the a list of the basic HTM[...]
What is a HTML element? Well, a HTML element is made up of, and consists of an opening tag, the element content and a closing tag. HTML elements are what makes up a HTML page, o[...]
HTML attributes are used to provide extra information about an element. You can use them to align, style, name, identify elements and more. Attributes are always specified in th[...]
