Requirements for the HTML Tutorials:
- a good freeware HTML editor or at least Notepad (not recommended though)
- a place to upload your files, although you can also test your HTML pages on your PC
—————————————–
What is HTML?
HTML stands for HyperText Markup Language and it is the code which is used to create the websites you see.
Since HTML4.01 is less used these days, I will only talk about XHTML1.0 from now on. For a HTML4.01 Tutorial I can only advise you to visit the W3Schools website
So…then what is XHTML?
Basically it is like HTML4.01 although the “X” stands for “EXtensible”.
XHTML is the latest HTML standard and consists of HTML4.01 which was reformulated in XML.
Hey, I know HTML4.01 and I love it! Why should I use XHTML?
My personal opinion:
XHTML is the future of webcoding and it is easier to write valid HTML code. I’m sure you know the famous info texts on older webpages, stating “Optimized for IE” or any other browser. You have less problems to write valid code as all current browsers treat XHTML the same way.
No more “browser-optimizing”!
Even better, XHTML is backwards compatible, meaning the page is displayed the same in IE7 and IE5 or older.
So switch to XHTML, it is really easy
Well, what are the basics you should know about XHTML. Let me explain it two ways: Weiterlesen →