Have a new project in the pipeline?
Proposal Form8th 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
10th September, 2023
5th August, 2023
29th July, 2023
14th July, 2023
21st August, 2023
21st August, 2023
30th July, 2023
23rd July, 2023