We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
Depreciated Tags?; Dumb Question, but...
Topic Started: Jun 1 2005, 12:34 AM (969 Views)
Deleted Account
Member
[ *  *  *  * ]
I just realized that the "<u>" and "</u>" tags of HTML are now depreciated...does anyone know why this is? Would it possibly be to prevent confusion between underlined text and links?

Yeah, dumb question :P, but it's buggin' me. :unsure:
Offline Profile Quote Post Goto Top
 
Das
Member Avatar
Smells of rich mahogany
[ *  *  *  *  *  *  * ]
Here is an even more dumb question what do you mean by 'depreciated'?
Offline Profile Quote Post Goto Top
 
Deleted Account
Member
[ *  *  *  * ]
I mean that they are no longer recommended for use by most tutorial websites, or W3. For some reason, it's been decided that using these tags isn't a good idea. I just want to know the reason for this, since I don't really see anything wrong with underlining with html, and it is a useful way to emphasize text. :r

Generally, tags are depreciated when they have the potential to cause problems, or are faulty. I don't see how the underline tag can be dangerous or defective. :eh:
Offline Profile Quote Post Goto Top
 
FearKiller
Member Avatar
www.drewscripts.com
[ *  *  *  *  * ]
Underlined text is a default property for hyperlink text. That's why it is depreciated.

http://htmldog.com/guides/htmlintermediate/badtags/
Offline Profile Quote Post Goto Top
 
JoeC
Euch! IE tastes horrible!
[ *  *  *  *  * ]
The term is "deprecated", not "depreciated" - no "i" in it. :)
Offline Profile Quote Post Goto Top
 
Candyguitar
Member Avatar
Member
[ *  *  * ]
You could use CSS for underlining, that isn't deprecated. Though I don't recommend it (it may confuse users like the <u> and </u> tags do).
Offline Profile Quote Post Goto Top
 
Deleted Account
Member
[ *  *  *  * ]
Joezif
June 1, 2005 11:28 AM
The term is "deprecated", not "depreciated" - no "i" in it. :)

You may sue me. :)


Thanks guys, that's what I thought--it is a little bit confusing to tell thedifference between underlined texts and hyperlinks.
Offline Profile Quote Post Goto Top
 
.Alex
iDesign
[ *  * ]
Joezif
June 1, 2005 05:28 PM
The term is "deprecated", not "depreciated" - no "i" in it. :)

It doesn't actually matter which version you use, 'depreciated' with an i present is the English spelling. Neither of them is wrong. ;)
Offline Profile Quote Post Goto Top
 
JoeC
Euch! IE tastes horrible!
[ *  *  *  *  * ]
Meh. Deprecated is English, depreciated is an Americanism. But, if you want to get technical, no, neither is wrong. But deprecated is proper English :P
Offline Profile Quote Post Goto Top
 
Deleted Account
Member
[ *  *  *  * ]
Joezif
June 1, 2005 05:25 PM
Meh. Deprecated is English, depreciated is an Americanism. But, if you want to get technical, no, neither is wrong. But deprecated is proper English :P

So American English isn't proper? Such arrogance. :P
Offline Profile Quote Post Goto Top
 
James
Live to Dream
[ *  *  *  *  *  *  * ]
CENTER's also depricated, use DIV's instead. But browser's won't stop supporting them any time in the near future soo :)
Offline Profile Quote Post Goto Top
 
JoeC
Euch! IE tastes horrible!
[ *  *  *  *  * ]
Prismatic Hero
June 1, 2005 11:31 PM
Joezif
June 1, 2005 05:25 PM
Meh. Deprecated is English, depreciated is an Americanism. But, if you want to get technical, no, neither is wrong. But deprecated is proper English :P

So American English isn't proper? Such arrogance. :P

Is American English the same as English? No :P
Offline Profile Quote Post Goto Top
 
Deleted Account
Member
[ *  *  *  * ]
James
June 1, 2005 05:31 PM
CENTER's also depricated, use DIV's instead. But browser's won't stop supporting them any time in the near future soo :)

Yeah, I've always found <center> to be way more convenient, but I understand the reasons for the changes. :eh:
Offline Profile Quote Post Goto Top
 
Seth
Member Avatar
I has a pony
[ *  *  *  *  *  *  *  *  * ]
Actually, the real reason that they are deprecated is that they are presentational, rather than semantic. <b> and <i> are also deprecated-- their correct replacements are <strong> and <em>(phasis). CSS, the presentational layer, defines what emphasis should look like, so you shouldn't do it in HTML. Maybe <strong> means bold italic underlined red text. Maybe <em> means overlined text with line-spacing 150%.

Structure vs. Style. Embrace it.
Offline Profile Quote Post Goto Top
 
Deleted Account
Member
[ *  *  *  * ]
Yes, I've recently stopped using <b>, <center>, etc. Using CSS to format text and images is a lot more convenient and efficient. And, if I have to forat something, the <span> tags do a decent job (not as convenient as the original tags, but go figure).

Oh, and one more question, to anyone who may know the answer:

Do you know how to change two frames with a single hyperlink? For example, if an html page contains two frame columns, having one link on either the left or right that will target not one, but both frames.

Guess this should technically be in web design, but who needs new topics?

Thanks. :)
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Technology Chat · Next Topic »
Add Reply
  • Pages:
  • 1