File: index.html

package info (click to toggle)
wdg-html-reference 4.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,528 kB
  • ctags: 305
  • sloc: makefile: 39
file content (60 lines) | stat: -rw-r--r-- 2,705 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
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!-- Thanks for reading the source of this document. Hope you enjoy -->
<!-- what you find here. Please let me know if you find any errors. -->
<HEAD>
<TITLE>Overview of block-level elements</TITLE>
<META NAME="description" CONTENT="Wilbur is the name for the next HTML standard (3.2). Here you can find all the tags in this proposal, including tips on usage and limitations.">
<META NAME="keywords" CONTENT="html authoring, reference, wilbur, tag overview">
<META NAME="generator" CONTENT="Orb v1.3 for OS/2">
<META NAME="author" CONTENT="Arnoud Engelfriet">
<LINK REV="made" HREF="mailto:galactus@htmlhelp.com" TITLE="Wilbur feedback">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080"
ALINK="#000080">
<H1 ALIGN=CENTER>Overview of block-level elements</H1>
Block-level elements are used to construct the entire HTML document. The
<A HREF="../body/body.html">BODY</A> of the document should only contain block-level elements. Some
other elements (such as <A HREF="../list/dd.html">DD</A> or <A HREF="../table/td.html">TD</A>) also allow block-level elements
inside them.
<UL>
    <UL>
    <LI><A HREF="../block/h1.html">H1</A> - Level 1 header
    <LI><A HREF="../block/h2.html">H2</A> - Level 2 header
    <LI><A HREF="../block/h3.html">H3</A> - Level 3 header
    <LI><A HREF="../block/h4.html">H4</A> - Level 4 header
    <LI><A HREF="../block/h5.html">H5</A> - Level 5 header
    <LI><A HREF="../block/h6.html">H6</A> - Level 6 header
	</UL>
    <UL>
	<LI><A HREF="../block/div.html">DIV</A> - Logical division
	<LI><A HREF="../block/center.html">CENTER</A> - Centered division
	<LI><A HREF="../block/form.html">FORM</A> - Input form
	<LI><A HREF="../block/hr.html">HR</A> - Horizontal rule
	<LI><A HREF="../table/table.html">TABLE</A> - Tables
	</UL>
    <UL>
	<LI><A HREF="../block/p.html">P</A> - Paragraph
    <LI><A HREF="../block/pre.html">PRE</A> - Preformatted text
    <LI><A HREF="../block/blockquote.html">BLOCKQUOTE</A> - Large quotation
    <LI><A HREF="../block/address.html">ADDRESS</A> - Address information
	</UL>
</UL>

<HR>
<CENTER>
<P>
<B><IMG SRC="../icon/wdglogo-small.gif" WIDTH=105 HEIGHT=40 ALT="Web Design Group" ALIGN=RIGHT></B><BR>
<A HREF="../index.html" TITLE="Index for Wilbur">Wilbur index</A>&nbsp;~
<A HREF="../overview.html" TITLE="Overview of HTML 3.2 tags">Tag overview</A>&nbsp;~
<A HREF="mailto:galactus@htmlhelp.com" TITLE="Wilbur reference feedback">Feedback</A>
<P>
<SMALL>
Copyright &copy; 1997 <A HREF="http://www.stack.nl/%7Egalactus/">Arnoud "Galactus" Engelfriet</A>.
</SMALL>
</CENTER>
</BODY>
</HTML>