English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

My first thought was that the book was wrong. I have been doing HTML for 10 years and this is the first time I read in a book to use the
for HTML, along with the . Yet I look it up and those tags are defined as XHTML.
I then open up Dreamweaver 8 and the coding is like that when you create an HTML page.
Is there going to be a huge shift and HTML will become an "ancient" language???

2007-02-08 00:39:12 · 3 answers · asked by jenneyslinger 4 in Computers & Internet Programming & Design

3 answers

Because HTML is getting old and going to be ancient!

And no,
is not need in HTML, you can still use
. But you should advance to XHTML and CSS.
And also, I heard that if you use with HTML some validator will give you and error.

XHTML is based on HTML, so if you did HTML for 10 years, it must be very easy to advance to XHTML.

XHTML is more stricter version of HTML, such as:
- No more tag, use CSS instead.
- No more tag, control it with JavaScript instead.
- Tag names must be in lowercase ( is incorrect, is).
- Attribute names must be in lowercase (ALIGN="center" is incorrect, align="center" is).
- Inline events also (onClick is not valid, use onclick).
- More more more!

By the way, you should know about CSS and AJAX to become more updated!

2007-02-08 02:00:34 · answer #1 · answered by the DtTvB 3 · 1 0

something like that. xhtml is a stricter language than html is.
and yes, html will probably become ancient.

2007-02-08 00:56:27 · answer #2 · answered by tn5421 3 · 1 0

The head contains all the data that isn't the main content, including the title, any meta data, links to stylesheets, and so on. The title is just part of this data (and is the only part that is required).

2016-03-28 21:58:55 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers