Jump to content

How far does HTML go?

- - - - -

  • Please log in to reply
15 replies to this topic

#1
fishsticks

fishsticks

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
I've taken the time to learn what I thought was basics of HTML. Making links, images, backgrounds, placement, those kinds of things. I have recently looked to further my knowledge in HTML and I've found that there isn't much else to to learn. Atleast from where I've looked. Is this about it for html and I should go onto CSS and Javascript now?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
HTML isn't that big a language, really. CSS and JavaScript are where you start getting real power.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
fishsticks

fishsticks

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
So I really have about learned it all?

#4
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Probably, HTML is very easy to grasp. I say start learning some CSS, thats where you can really start to add some life to your HTML, then if you want some more power go for JS. :)

~Committed
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#5
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts

CommittedC0der said:

Probably, HTML is very easy to grasp. I say start learning some CSS, thats where you can really start to add some life to your HTML, then if you want some more power go for JS. :)

~Committed
HTML is easy to grasp? Try teaching my sister HTML. I've been trying for weeks! :P

#6
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts

Quote

HTML is easy to grasp? Try teaching my sister HTML. I've been trying for weeks!
LOL....I guess I should say it was easy for me to grasp. :P
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#7
fishsticks

fishsticks

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
Ya HTML was quick for me too. So I guess I'll move onto CSS now. Thanks

#8
An Alien

An Alien

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 260 posts
HTML is used for the basic structure of your site with all the links, plain text, headers, images, etc. CSS is the visual skin of your site. So, if you want to make good sites, then you'll have to learn both. CSS is easy to learn, but hard to master. I still haven't mastered it. The IE browser makes everything 10x harder for us to learn web development.

#9
fishsticks

fishsticks

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
And is JS used for the programming part like databases?

#10
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
No JS is for adding flashing text and stuff, although you can do some things with it. I believe PHP and MySQL is for database's and more advanced stuff like that.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#11
LuthfiHakim

LuthfiHakim

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 763 posts

An Alien said:

HTML is used for the basic structure of your site with all the links, plain text, headers, images, etc. CSS is the visual skin of your site. So, if you want to make good sites, then you'll have to learn both. CSS is easy to learn, but hard to master. I still haven't mastered it. The IE browser makes everything 10x harder for us to learn web development.

Try Opera or Google Chrome. their built-in "Inspect element" feature makes life easier when related with guessing which CSS styles in effect. I know this feature also available in Mozilla FireFox, but as extension which requires separate download and install (very easy though).

fishsticks said:

And is JS used for the programming part like databases?

Yes, JS is used for client side programming. Since it's running at client side it usually does not meddle with true database manipulation. However it can use locally stored flat file structured like database (xml or csv) and also can "talk" to web pages containing codes that do the real database manipulation.

#12
An Alien

An Alien

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 260 posts
Yeah, I meant that we have to come up for cheats, work arounds, and write completely different stylesheets just for the site to work on IE.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users