File: deprecated.html

package info (click to toggle)
wdg-html-reference 2.0-1
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 2,748 kB
  • ctags: 295
  • sloc: makefile: 41
file content (43 lines) | stat: -rw-r--r-- 3,694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
   "http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang=en-us>
<head>
<title>HTML 4.0 Deprecated Features</title>
<link rev=Made href="mailto:liam@htmlhelp.com">
<link rel=Start href="index.html">
<link rel=Glossary href="../glossary/glossary.html">
<link rel=Copyright href="../copyright.html">
<link rel=StyleSheet href="style.css" type="text/css">
<link rel=StyleSheet href="aural.css" type="text/css" media=aural>
<meta name="author" content="Liam Quinn">
<meta name="description" content="A description of deprecated features in HTML 4.0, including a list of deprecated elements.">
<meta name="keywords" content="deprecated, deprecate, depreciated, depreciate, elements, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG">
</head>
<body>
<h2><img src="wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
<h1>HTML 4.0 Deprecated Features</h1>
<p>A number of elements and attributes are <em>deprecated</em> in HTML4.0 as an indication that other methods of accomplishing the same task are preferred. Deprecated features may become obsolete in future versions of <abbr class=initialism title="HyperText Markup Language">HTML</abbr>, though browsers that support the features will likely continue to support them. Deprecated features are included in <a href="html/doctype.html#transitional">HTML4.0 Transitional</a> and <a href="html/doctype.html#frameset">HTML4.0 Frameset</a> but not <a href="html/doctype.html#strict">HTML4.0 Strict</a>.
<p>Many presentational elements and attributes are deprecated in favor of <a href="../css/">style sheets</a>, which allow authors to suggest a presentation with more flexibility and without sacrificing accessibility. Presentational attributes that cannot currently be replaced with style sheets are in most cases not deprecated.</p>
<p>The following elements are deprecated in favor of style sheets:</p>
<ul>
  <li class=transitional><a href="special/basefont.html">BASEFONT</a> - Base font change</li>
  <li class=transitional><a href="block/center.html">CENTER</a> - Centered block</li>
  <li class=transitional><a href="special/font.html">FONT</a> - Font change</li>
  <li class=transitional><a href="fontstyle/s.html">S</a> - Strike-through text</li>
  <li class=transitional><a href="fontstyle/strike.html">STRIKE</a> - Strike-through text</li>
  <li class=transitional><a href="fontstyle/u.html">U</a> - Underlined text</li>
</ul>
<p>The following elements are also deprecated:</p>
<ul>
  <li class=transitional><a href="special/applet.html">APPLET</a> - Java applet (deprecated in favor of <a href="special/object.html">OBJECT</a>)</li>
  <li class=transitional><a href="lists/dir.html">DIR</a> - Directory list (deprecated in favor of <a href="lists/ul.html">UL</a>)</li>
  <li class=transitional><a href="block/isindex.html">ISINDEX</a> - Input prompt (deprecated in favor of <a href="forms/input.html">INPUT</a>)</li>
  <li class=transitional><a href="lists/menu.html">MENU</a> - Menu list (deprecated in favor of <a href="lists/ul.html">UL</a>)</li>
</ul>
<div class=footer>
<address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> &lt;<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>&gt;</address>
<p class=toolbar><a href="http://www.htmlhelp.com/"><img src="wdglogo-small.gif" width=105 height=40 alt="Web Design Group ~"></a> <a href="index.html" rel=Start>HTML4.0Reference</a>~ <a href="olist.html">ElementsbyFunction</a>~ <a href="alist.html">ElementsAlphabetically</a></p>
<p class=copyright><a href="../copyright.html">Copyright </a> 1998 Liam Quinn. All rights reserved.</p>
</div>
</body>
</html>