Learning Html

Discussion in 'HTML & Website Design' started by jakawakaman, Aug 1, 2007.

  1. chicomalo

    chicomalo Guest

    Messages:
    116
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Download yourself a copy of HTMLKit and use its html Editor and the Preview features. You can see what you have done immediately.
    Remember always use this as the beginning of your design:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    <html>
    <head>
    <title>Page title</title>
    </head>
    <body>



    </body>
    </html>

    Everything you type should stay within.
     
    chicomalo, Aug 3, 2007 IP
  2. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #22
    Hey Dan WHY IS CSS GETTING SUCH A BAD RAP??:eek:
     
    Aaron111, Aug 3, 2007 IP
  3. Crazymik3

    Crazymik3 Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    w3schools[dot]com has been quite nice to use when I was in learning stages.
    Also try to get the hang of things. Keep on trying different tutorials on all sorts of tutorials sites.
    After that, start looking at hte page source of other sites, see how they have done certain things that you would like to know.

    After that stage you should be able to experiment :)
     
    Crazymik3, Aug 3, 2007 IP
  4. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Aaron, I think you need to relax. CSS isn't getting a bad rap (and yes, this is my reply to the PM you sent me), but it can't work without HTML. Yeah, you have that brand new car, but it's not going anywhere without an engine and gas in the tank.
     
    Dan Schulz, Aug 3, 2007 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #25
    If Dreamweaver is official, then I'm Jeffrey Zeldman posting in disguise. Dreamweaver is a product created by a company. A popular product. It is by no means whatsoever "official" - if it were, the cost of getting into Web design would be so high that nobody would even bother unless they already had $400 to burn on that over-priced glorified text editor.
     
    Dan Schulz, Aug 3, 2007 IP
  6. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #26
    dan im not knocing css its all over the net," I see your point but ive seen many articles on why not to use css and they urged this as a warn css is really hard to modify and that could be reall problem online.
     
    Aaron111, Aug 3, 2007 IP
  7. vicky123singh

    vicky123singh Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    guys i found this website intresting. it contains around 1000 of free templates..http://www.templates.hyperphp.com/:)
     
    vicky123singh, Aug 3, 2007 IP
  8. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #28
    Dan Schulz > I recall your instruction as to use DW in code view for a better site design<" I mean every editor has a G & B BUT im not a guru so this implies to the simple web designer I bought my DW application for $69.00 I wont say where its a cee note.
    but hey DW is not so bad. many are very pleased with its capabilities and such ," with web design now days you need a good place to start I started with NVU free so im cool with it.
     
    Aaron111, Aug 3, 2007 IP
  9. parab

    parab Banned

    Messages:
    502
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #29
    learn first from Joe Barta's HTML tutor site (just google it)
    this will take 2-3days

    then use a wat u see is wat u get editor like frontpage :)

    hope this helps
     
    parab, Aug 3, 2007 IP
  10. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #30
    Aaron, you've misunderstood what I've said (I also noticed you tend to do this a lot). I never said to use Dreamweaver, I merely said that it's best used as an over-priced glorified $400 text editor. Also, whoever's saying that CSS is bad needs to step back away from the keyboard and get a McJob, plain and simple, since they obviously don't know what the hell they're talking about.

    Parab, I really don't recommend that. All it'll do is fail to teach the real basic fundamentals of HTML (which is semantics and page structure) and will force people to treat WISIWYG editors as a crutch. I'd rather walk without crutches than with them, but that's just me.
     
    Dan Schulz, Aug 3, 2007 IP