Beecher Networks - Web Development, Hosting & Domains
Results 1 to 6 of 6

Thread: Css/html

  1. #1
    Coach Pauro 76's Avatar
    Joined
    Jun 2001
    Location
    London town
    Posts
    6,582
    Thanks Thanks Given 
    456
    Thanks Thanks Received 
    197
    Thanked in
    112 Posts

    Css/html

    Have an interview next week for a job where CSS and HTML is part of the job. What's the best way to get to know the basics, any tutorials etc recommended?
    'Fascists dress in black and go round telling people what to do, where as priests.....'

  2. #2
    First Team soccerc's Avatar
    Joined
    Apr 2003
    Posts
    1,581
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    10
    Thanked in
    4 Posts
    Quote Originally Posted by Pauro 76 View Post
    Have an interview next week for a job where CSS and HTML is part of the job. What's the best way to get to know the basics, any tutorials etc recommended?
    I've found this site useful. Apart from reading it, I suggest you actually perform the tasks as recommended in notepad and upload to the web to see the results.

    http://www.csstutorial.net/
    http://pix.ie/widgets/generate/accou...000-F5F5FF.jpg


    "It's time for the FAI to grow up." John O'Donoghue, Minister for Sport, RTE , Sunday 7 Nov 2004

  3. #3
    Capped Player A face's Avatar
    Joined
    Jun 2001
    Location
    Paradise
    Posts
    15,373
    Thanks Thanks Given 
    20
    Thanks Thanks Received 
    302
    Thanked in
    196 Posts
    Quote Originally Posted by Pauro 76 View Post
    Have an interview next week for a job where CSS and HTML is part of the job. What's the best way to get to know the basics, any tutorials etc recommended?
    Next week??? You need to spend a good bit of time at this so. As soccerc suggests you need to write code and look at the outcome. Keep trying to improve it.
    The SFAI are the governing body for grassroots football in Ireland, not the FAI. Its success or the lack of is all down to them.

  4. #4
    Coach tetsujin1979's Avatar
    Joined
    Nov 2003
    Location
    Dublin, originally from Limerick
    Posts
    23,245
    Thanks Thanks Given 
    1,127
    Thanks Thanks Received 
    5,289
    Thanked in
    3,499 Posts
    There's a CSS tutorial on w3schools here: http://www.w3schools.com/css/default.asp
    It's a bit basic, but it's a good starting off point
    Last edited by tetsujin1979; 22/02/2009 at 3:37 AM.
    All goals, yellow and red cards tweeted in real time on mastodon, BlueSky and facebook

  5. #5
    Coach Pauro 76's Avatar
    Joined
    Jun 2001
    Location
    London town
    Posts
    6,582
    Thanks Thanks Given 
    456
    Thanks Thanks Received 
    197
    Thanked in
    112 Posts
    Interview I think might be next week but it's just the basics I'll need for now. What's the difference between CSS and HTML?
    'Fascists dress in black and go round telling people what to do, where as priests.....'

  6. #6
    Coach John83's Avatar
    Joined
    Feb 2003
    Location
    Dublin
    Posts
    8,993
    Thanks Thanks Given 
    2,157
    Thanks Thanks Received 
    1,299
    Thanked in
    811 Posts
    Quote Originally Posted by Pauro 76 View Post
    Interview I think might be next week but it's just the basics I'll need for now. What's the difference between CSS and HTML?
    HTML is the oldest one, the most basic and important. You might actually know the basics from older bulliten bords formatting. Mostly, it's commands in angle brackets (the < and > symbols). Make sure you know how to use the commands p, br, b, i, u, ul (li), ol (li), and table (tr and td). Ignore everything else for now. Try using them in notepad: save the file as something.htm and open it again with your browser so you can see what it does.

    CSS is newer. It handles formatting more consistently - Microsoft and Netscape kept screwing around with that in HTML. It also lets you apply or change formatting to a whole lot of things without having to fiddle with each one individually. I'm less familar with it, so I can only suggest following one of the tutorials recommended by the others.
    You can't spell failure without FAI

Similar Threads

  1. HTML help
    By Jon'o in forum Off Topic
    Replies: 3
    Last Post: 06/12/2005, 11:49 PM
  2. HTML Question
    By A face in forum Off Topic
    Replies: 3
    Last Post: 29/09/2004, 4:37 PM
  3. Html
    By SÓC in forum Off Topic
    Replies: 11
    Last Post: 08/05/2003, 2:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •