![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Aug 2004
Posts: 16
Rep Power: 0
![]() |
what ones easiest to start with. I wanna learn python, but before that i wanna learn html. So can i possible start with x, or should i begin with HTML?
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
xHTML and HTML are essentially the same. xHTML is a lot stricter. All tags have to have an end and if they don't like
(line break) you need to add one to the tag itself . If you want to get the basics down learn HTML first, and then move uip to xHTML since it envolves knolegde of CSS also. Hope that helps. |
|
|
|
|
|
#3 |
|
Programming Guru
![]() |
I would learn XHTML as eventually they are going to try to phase out HTML.
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity." - Albert Einstein |
|
|
|
|
|
#4 |
|
Programmer
|
Yeah, I agree. To make sure you're web sites are fully standards compliant you'll also want to look at Cascading Style Sheets, or CSS. After you have made your site you can check the levels of standards compliance by using the tools at W3C. They are the people who put together the standards for HTML, XHTML and CSS.
__________________
David Morris BSc.(Hons), MBCS Qualified Computer Engineer Administrator (SEED Software) |
|
|
|
|
|
#5 | |
|
Hobbyist Programmer
|
Quote:
__________________
"Time is an illusion. Lunchtime doubly so." -the late, great Douglas Adams |
|
|
|
|
|
|
#6 |
|
Programmer
|
HTML is much easier to learn to begin with, it's also less strict, so you can get the basics of what coding is about, without getting frustraited by getting error strings or blank pages.
XHTML, is of course much stricter and one missing / could end you up with a blank page. I would then get into a different scripting language, like Javascript or PHP as this will give you the basics of programming and how languages break down, and you can easily pick up some of the XHTML stuff during this same time period. As for HTML being phased out, not any time soon. When web programming first started out there was one language, Javascript. And when HTML came out, eveyone said that Javascript would become obsolete. To tell the truth, there isn't much you can do on a web page with HTML besides make it look pretty, and Javascript is till around and used today, to make your pages more dynamic. Of course, Javascript isn't so good if you are parsing forms and writting to databases, for that, you use PHP, ASP, or CGI Hope this helps Mike
__________________
Here's my latest project still in the works, and I need to get rid of this "frame" situation for real. www.prideofaustin.com |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|