CINXE.COM

P paragraph HTML 4.01 Strict

<!DOCTYPE html> <html lang="en-us"><head><title>P paragraph HTML 4.01 Strict</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://johndecember.com/december.css" Type="text/css"> <script data-ad-client="ca-pub-9218689356960748" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <link rel="SHORTCUT ICON" href="https://johndecember.com/favicon.ico"> </head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-S9E3F2CZVJ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-S9E3F2CZVJ'); </script> <body><div class="nav"><b> <a href="https://johndecember.com"><img width="20" height="20" src="https://johndecember.com/images/jdicon.png" title="johndecember.com" alt="johndecember.com"></a> <a href="https://johndecember.com/" title="John December johndecember.com">johndecember.com</a> / <a href="https://johndecember.com/html/">html</a> | <a href="https://johndecember.com/html/tutor/">Tutor</a> &middot; <a href="https://johndecember.com/html/demo/">Demo</a> &middot; <a href="https://johndecember.com/html/spec/">Specs</a> &middot; <a href="https://johndecember.com/html/tech/">Techs</a> &middot; <a href="https://johndecember.com/html/books.html">Books</a> | </b><a href="https://johndecember.com/works/central/search.html" title="Search johndecember.com"><img class="tinyicon" src="https://johndecember.com/images/searchtiny.gif" alt="search"></a> <a href="https://johndecember.com/works/central/search.html" title="Search johndecember.com"><b>Search</b></a> &middot; <a href="https://johndecember.com/market/directory.html" title="Connect to goods and services online that can help you accomplish your goals."><img class="icontiny" src="https://johndecember.com/market/images/startiny.gif" alt="star"></a> <a href="https://johndecember.com/market/directory.html" title="Connect to goods and services online that can help you accomplish your goals."><b>Market</b></a> &middot; <a href="https://johndecember.com/market/hotels.html" title="Find a great place to stay--compare and save on hotels here!"><img class="icontiny" src="https://johndecember.com/market/images/hoteltiny.gif" alt="hotel"></a> <a href="https://johndecember.com/market/hotels.html" title="Find a great place to stay--compare and save on hotels here!"><b>Hotels</b></a> </div><div class="content"> <div class="sidebar"><p><div class="box" style="text-align:left;"><span class="heading"><a href="https://johndecember.com/market/"><img class="icon" src="https://johndecember.com/market/images/molecule.gif" width="40" height="40" alt="Links" title="Links of interest"></a><a href="https://johndecember.com/market/">Partners</a></span> <p> <p>Read reviews of <a href="https://www.theblogstarter.com/website-builders">the best website builders</a> from The Blog Starter. </div> </div> <br><table class="guide"> <tr><th class="guide1" align="right" valign="top" width="12%"><a href="../doc/version.html">Version</a><td class="guide"><a href="../">-//W3C//DTD HTML 4.01//EN</a> <tr><th class="guide1" align="right" valign="top" width="12%"><a href="index.html">Element</a><td class="guide">P<tr><th class="guide1" align="right" valign="top" width="12%">Purpose<td class="guide">paragraph<tr><th class="guide1" align="right" valign="top" width="12%">Description<td class="guide">This element encloses text in a paragraph. <tr><th class="guide1" align="right" valign="top" width="12%">Start tag<td class="guide">Required &lt;P&gt; <tr><th class="guide1" align="right" valign="top" width="12%">Attributes<td class="frame"><table class="frame"><tr><th class="guide2">Name<th class="guide2" width="15%">Type<th class="guide2">Default<th class="guide2">Comment<tr><td class="guide">class<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">space-separated list of classes<tr><td class="guide">dir<td class="guide">( ltr | rtl )<td class="guide">#IMPLIED<td class="guide">direction for weak/neutral text<tr><td class="guide">id<td class="guide">ID<td class="guide">#IMPLIED<td class="guide">document-wide unique id<tr><td class="guide">lang<td class="guide"> <a href="../data/name.html">NAME</a> <td class="guide">#IMPLIED<td class="guide">language code as <a href="http://www.ietf.org/rfc/rfc1766.txt">RFC1766</a>; language code<tr><td class="guide">onclick<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a pointer button was clicked<tr><td class="guide">ondblclick<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a pointer button was double clicked<tr><td class="guide">onkeydown<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a key was pressed down<tr><td class="guide">onkeypress<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a key was pressed and released<tr><td class="guide">onkeyup<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a key was released<tr><td class="guide">onmousedown<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a pointer button was pressed down<tr><td class="guide">onmousemove<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a pointer was moved within<tr><td class="guide">onmouseout<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a pointer was moved away<tr><td class="guide">onmouseover<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a pointer was moved onto<tr><td class="guide">onmouseup<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">script expression; a pointer button was released<tr><td class="guide">style<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">style sheet data; associated style info<tr><td class="guide">title<td class="guide"> <a href="../data/cdata.html">CDATA</a> <td class="guide">#IMPLIED<td class="guide">text; advisory title </table><tr><th class="guide1" align="right" valign="top" width="12%"><a href="../doc/content.html">Content</a><td class="guide">( <a href="../data/pcdata.html">#PCDATA</a> | <a href="tt.html">TT</a> | <a href="i.html">I</a> | <a href="b.html">B</a> | <a href="big.html">BIG</a> | <a href="small.html">SMALL</a> | <a href="em.html">EM</a> | <a href="strong.html">STRONG</a> | <a href="dfn.html">DFN</a> | <a href="code.html">CODE</a> | <a href="samp.html">SAMP</a> | <a href="kbd.html">KBD</a> | <a href="var.html">VAR</a> | <a href="cite.html">CITE</a> | <a href="abbr.html">ABBR</a> | <a href="acronym.html">ACRONYM</a> | <a href="a.html">A</a> | <a href="img.html">IMG</a> | <a href="object.html">OBJECT</a> | <a href="br.html">BR</a> | <a href="script.html">SCRIPT</a> | <a href="map.html">MAP</a> | <a href="q.html">Q</a> | <a href="sub.html">SUB</a> | <a href="sup.html">SUP</a> | <a href="span.html">SPAN</a> | <a href="bdo.html">BDO</a> | <a href="input.html">INPUT</a> | <a href="select.html">SELECT</a> | <a href="textarea.html">TEXTAREA</a> | <a href="label.html">LABEL</a> | <a href="button.html">BUTTON</a> )* <tr><th class="guide1" align="right" valign="top" width="12%">End tag<td class="guide">Optional &lt;/P&gt; <tr><th class="guide1" align="right" valign="top" width="12%">Referenced in<td class="guide"> <a href="blockquote.html">BLOCKQUOTE</a> <a href="body.html">BODY</a> <a href="button.html">BUTTON</a> <a href="dd.html">DD</a> <a href="del.html">DEL</a> <a href="div.html">DIV</a> <a href="fieldset.html">FIELDSET</a> <a href="form.html">FORM</a> <a href="ins.html">INS</a> <a href="li.html">LI</a> <a href="map.html">MAP</a> <a href="noscript.html">NOSCRIPT</a> <a href="object.html">OBJECT</a> <a href="td.html">TD</a> <a href="th.html">TH</a> <tr><th class="guide1" align="right" valign="top" width="12%">Example<td class="frame"><table class="frame"><tr><th class="guide2">Source<th class="guide2">Appearance<tr><td class="code" width="50%"> &lt;H2&gt;Paragraphs&lt;/H2&gt; <br> <br>&lt;P&gt;This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. <td class="guide"><H2>Paragraphs</H2> <P>This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. </table> </table></div> <div class="id"><b><img class="tinyicon" src="https://johndecember.com/images/searchtiny.gif" alt="search"> <a href="https://johndecember.com/works/central/search.html" title="Search johndecember.com">Search</a> &middot; <img class="icontiny" src="https://johndecember.com/market/images/startiny.gif" alt="star"> <a href="https://johndecember.com/market/directory.html" title="Connect to goods and services online that can help you accomplish your goals.">Market</a></b> <br>2023-06-19 &middot; <a href="https://johndecember.com/john" title="Author and editor of this information">John December</a> &middot; <a href="https://johndecember.com/works/central/terms.html" title="Privacy policy and terms of use">Terms</a> &copy; <a href="https://johndecember.com/works/central/" title="Publisher of this information">johndecember.com</a></div> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10