File: index.html

package info (click to toggle)
wdg-html-reference 3.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,192 kB
  • ctags: 359
  • sloc: makefile: 44
file content (70 lines) | stat: -rw-r--r-- 3,852 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
   "http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang=en>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>HTML 4.0 Generic Block-level Elements</title>
<link rev=Made href="mailto:liam@htmlhelp.com">
<link rel=Start href="../index.html">
<link rel=StyleSheet href="../style.css" type="text/css">
<link rel=StyleSheet href="../aural.css" type="text/css" media=aural>
<link rel="Alternate StyleSheet" href="../strictHTMLonly.css" type="text/css" title="Strict HTML only">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="author" content="Liam Quinn">
<meta name="description" content="A list of generic block-level elements in HTML 4.0.">
<meta name="keywords" content="generic block-level elements, element, tags, tag, block, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG">
<script type="text/javascript">
<!--
function toggle() {
  if (document.all.toggler.value == "Hide non-strict elements") {
     document.styleSheets[0].addRule("li.transitional", "display:none");
     document.styleSheets[0].addRule(".transitional", "speak:none");
     document.all.toggler.value = "Show non-strict elements";
  } else {
     document.styleSheets[0].addRule("li.transitional", "display:list-item");
     document.styleSheets[0].addRule(".transitional", "speak:inherit");
     document.all.toggler.value = "Hide non-strict elements";
  }
}
// -->
</script>
</head>
<body>
<h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
<h1>Generic Block-level Elements</h1>
<script type="text/javascript">
<!--
  if (document.styleSheets && document.all) {
    var gt;
    gt = unescape(new String("%3E"));

    document.write("<p" + gt + "<input type=button value=\"Hide non-strict elements\" id=toggler accesskey=s onclick=\"toggle()\"" + gt + "<\/p" + gt);
  }
// -->
</script>
<ul class=elements>
  <li><a href="address.html">ADDRESS</a> - Address</li>
  <li><a href="blockquote.html">BLOCKQUOTE</a> - Block quotation</li>
  <li class=transitional><a href="center.html">CENTER</a> - Centered block</li>
  <li><a href="../phrase/del.html">DEL</a> - Deleted text</li>
  <li><a href="div.html">DIV</a> - Generic block-level container</li>
  <li><a href="h1.html">H1</a> - Level-one heading</li>
  <li><a href="h2.html">H2</a> - Level-two heading</li>
  <li><a href="h3.html">H3</a> - Level-three heading</li>
  <li><a href="h4.html">H4</a> - Level-four heading</li>
  <li><a href="h5.html">H5</a> - Level-five heading</li>
  <li><a href="h6.html">H6</a> - Level-six heading</li>
  <li><a href="hr.html">HR</a> - Horizontal rule</li>
  <li><a href="../phrase/ins.html">INS</a> - Inserted text</li>
  <li class=transitional><a href="isindex.html">ISINDEX</a> - Input prompt</li>
  <li><a href="noscript.html">NOSCRIPT</a> - Alternate script content</li>
  <li><a href="p.html">P</a> - Paragraph</li>
  <li><a href="pre.html">PRE</a> - Preformatted text</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><img src="../wdglogo-small.gif" width=105 height=40 alt="Web Design Group ~"> <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>Copyright &copy; 1998 by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at <a href="http://www.opencontent.org/openpub/">http://www.opencontent.org/openpub/</a>).</p>
</div>
</body>
</html>