Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Of course it is.</p> <p>The following are defined as block-level elements in XHTML 1.0:</p> <pre><code>* address - Address * blockquote - Block quotation * center - Centered block * dir - Directory list * div - Generic block-level container * dl - Definition list * fieldset - Form control group * form - Interactive form * h1 - Level-one heading * h2 - Level-two heading * h3 - Level-three heading * h4 - Level-four heading * h5 - Level-five heading * h6 - Level-six heading * hr - Horizontal rule * isindex - Input prompt * menu - Menu list * noframes - Frames alternate content * noscript - Alternate script content * ol - Ordered list * p - Paragraph * pre - Preformatted text * table - Table * ul - Unordered list </code></pre> <p>The following elements may also be considered block-level elements since they may contain block-level elements:</p> <pre><code>* dd - Definition description * dt - Definition term * frameset - Frameset * li - List item * tbody - Table body * td - Table data cell * tfoot - Table foot * th - Table header cell * thead - Table head * tr - Table row </code></pre> <p>The following elements may be used as either block-level elements or inline elements. If used as inline elements (e.g., within another inline element or a p), these elements should not contain any block-level elements.</p> <pre><code>* applet - Java applet * button - Button * del - Deleted text * iframe - Inline frame * ins - Inserted text * map - Image map * object - Object * script - Client-side script </code></pre> <p><strong><a href="http://www.cs.sfu.ca/CC/165/common/ref/wdgxhtml10/block.html" rel="noreferrer">More Info Here</a></strong></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload