Results 1 to 1 of 1

Thread: Just starting HTML/CSS? (Written by Kyek)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    g0d! Contributing Member siosios's Avatar
    Join Date
    Oct 2006
    Location
    In a cardboard box
    Age
    50
    HlStats

    HLStatsX Ranking for STEAM_0:1:13488560
    Posts
    13.539
    Blog Entries
    12
    Rep Power
    10

    Default Just starting HTML/CSS? (Written by Kyek)

    What's all this now?
    HTML and CSS are the standard (very simple) languages to make web pages. HyperText Markup Language defines the structure of the page and its content, while Cascading Style Sheets determine how it all looks and how it gets arranged on the page.

    What about XHTML? DHTML? How many kinds of HTML *are* there?
    There's a simple language known as XML ("eXtensible Markup Language") that's very similar in looks to HTML, but has stricter rules that make it easier for computers to read. XHTML is simply the idea behind applying some of those strict rules to HTML so that your code gets even cleaner. Many developers prefer XHTML, but that's something to worry about only once you've learned this stuff.

    DHTML stands for Dynamic HTML and is simply HTML with Javascript. Real web developers laugh at people who say DHTML, because generally the only ones who use that term are the people who don't really understand what it is. It's just Javascript. You'll learn that a bit later

    How to get started!
    There are GUI point-and-click editors like Dreamweaver and iWeb to make websites, and in a pinch, they can be useful to see how a certain design might be coded. But there's one thing you should know, right off the bat:

    Real web developers do not use point-and-click programs like Dreamweaver. They write their own code.

    So if you're serious about learning this stuff, grab your favorite text editor, sit down with a beginner's tutorial, and get rolling! You'll find some really awesome guides below, so follow them as best as you can, then try your hand at making something original. When you run into a problem, come back here! Search the forum, and if you can't find what you need, ask away.

    Guides
    When it comes to web guides, there's no beating Tizag.com. But W3Schools.com has some good primers as well -- so take a look at both, and go with what you like!

    Tizag's Beginner HTML Tutorial
    Tizag's Beginner-to-Advanced CSS Tutorial

    W3Schools' HTML Tutorial
    W3Schools' XHTML Info
    W3Schools' CSS Tutorial
    W3Schools CSS Reference Sheet <-- This thing's a lifesaver!


    this information was foraged from Just starting HTML/CSS? - webdevRefinery Forum a interesting new site of web dev help.
    Last edited by siosios; 03-16-2010 at 02:56 PM.
    ------------------------------------------------

    |W0rd|SexualTurtletara420ת/ύ: Hey there daddy..

    ------------------------------------------------
    \\\ ///
    ( @ @ )
    .....o00o.(_).o00o.....


    ------------------------------------------

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I will not be available during the day starting 6/23
    By siosios in forum N00B Unlimited General Chat
    Replies: 12
    Last Post: 06-16-2008, 11:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

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