Need a new website this autumn?
Project Planner8th August, 2010
Following from yesterdays post I thought I would list a basic introduction to HTML that should cover all you need to know to begin writing.
Adding an HTML links to this webpage is very easy, you will need to define it with the <a> tag like below. The web address is specified in the href attribute.
Images are defined with the <img> tags, so to include a logo.jpg you would write
Why not add a couple of different text effects to your page
So below we have created a basic webpage about your company and the services you offer
Next we will look at adding some colour; this defined using a hexadecimal notation (HEX) for the combination of Red, Green, and Blue color values (RGB). The many combinations of Red, Green, and Blue values from 0 to 255 offer you more than 16 million different colours! Please add the following code before the <body> tag of the above sample page.
You can now update your ‘Company Name’ so it will be blue
30th August, 2024
11th July, 2024
6th June, 2024
21st January, 2024
17th September, 2024
12th September, 2024
23rd July, 2024
10th July, 2024