Friday 29 November 2013

CSS

CSS stands for Cascading Style Sheets and allows users to add style to a website such as font, colour, layout etc. It allows a user to add in:


Colours















Margins
















Background Images





and much more!



Benefits of CSS

  1. Controls the layout of many documents from one CSS single style sheet
  2. Allows you to apply a different layout to media types such as (screen, print)
  3. Allows you to use sophisticated and advance techniques.

How to learn CSS

  1. learnlayout.com/
  2. www.cssbasics.com/
  3. www.w3schools.com/css/

HTML


HTML 

HTML stands for Hypertext Markup Language. HTML allows us to provide the structure of the webpage. This means that it allows the publisher to create/include:


- Online Documents that have tables, headings, photos, text



- Forms that allow users to enter information such as (order forms) etc


- Spreadsheets, videos, sound







Example of HTML Code



This is an example of a piece of code from HTML.  This code includes a title, and two paragraphs.


How to learn HTML

1www.w3schools.com/html/


2. html.net/


3. http://teamtreehouse.com/tracks/learn-html-and-css