p { counter-increment: paragraphNumber; } </style> </head> <body> <h1>Heading One</h1> <p>Here is a paragraph.</p> <p>Here is a paragraph.</p> <h1>Heading Two</h1> <p>Here is a paragraph.</p> <p>Here is a paragraph.</p> <h1>Heading Three</h1> <p>Here is a paragraph.</p> <p>Here is a paragraph.</p> </body> </html>