Learn how to implement Code in to your webpage
This article will explain how to implement basic code in to your site and allow you to have some dynamic features.
Learning about CSS
CSS stands for “Cascading Style Sheets” and are used when developing webpages and websites.
The cascading style sheets are used by html pages to define how the layout and the style of each item on the page will be displayed. The CSS file has the power to change the layout of a page and also the style of the text and where the text is positioned on the pages.
CSS is a relatively new standard or method for creating the design and layout of pages on websites.
CSS gives the designer the ability to make mass changes to a site from one file. It allows the styles / layouts / format of the site to alter with one alterations to one file. All files that are linked to this Cascading Style Sheet will be updated with the change.
Below are the main parts of a style sheet.
CSS is made up of three components and these are :
- A sector
- A Property
- A value
an example of CSS is this :- h1 {color:blue} the example shows that all H1 tags, normally seen in code as <h1> will be displayed in blue </h1>
All the H1 tags that are referenced by the attached Style sheet will have automatically been updated and now use the new blue H1 tag.
There are two main types of Items for Style sheets and these are Id’s and Classes.
A Id is used when its only going to be used the once and is seen in a style sheet by the use of a # e.g #paragraph1 this will be referenced in the html code and when called allow what ever change to paragraph1 to be implemented.
The other is a Class. This is normally defined by a . at the start of the name. This is used in situations when the request for a style is used over and over again and can be used to define a group of things to be altered. This would be ideally suited for making all cells in a table grey. A more eneric name would be given.
I.E .titles If the style was set to .titles like this <div class=”titles”>
Ways to use a css file
There are 3 ways that a css can be use in development and these are as follows
- External style sheet
- Internal style sheet
- Inline style
External style sheets are normally a seperate file that is included at the top of the page and it contains all the styles / classes / that are required for the pages that its included in.
A Internal Style Sheet contains all the information thats on a external sheet but it is included at the top of the page in the header of the html. When the page loads it includes all this information and uses it to style the page
Inline Styles are styles that are included in the html code at the point where they are needed to be used. a example of this would be <span colour=blue>Set colour to blue</span>
Learning about HTML
This article will explain the basic ins and outs of HTML and how it works.
Testimonial 2
We had previously worked with another Sheffield website designer and not got the results we wanted- SimpleHQ have not only transformed our website but also given us the applications we needed. Well done
Philip Wilbourn, Green ASAP Ltd
More people working from home
With the recent problems we have experienced due to the economy, recent news has shown that more business and sole traders are now working from home. An easy option to reduce overheads and cut the threat of cash flow affecting your business, many companies are now based on the internet alone.
Having a website as the ’shop front’ for your products or services means customers can still interact with you without needing physical premises. Rent, rates, electricity and telephone bills are all something that we pay at home, so many people are deciding not to double up on these expenses by paying the same to a landlord.
Of course not all businesses are in this position, some having many members of staff and needing a tangible office for meetings. But being a one man band and being able to have a professional website as a presence, now means entry to new markets is easier than ever. Competition is rising in many market sectors like I.T. and recruitment because of these changes.

Posted by editor in
