Change Theme
Code Run
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HTML Paragraph Example</title> </head> <body> <p>This is the first paragraph. It can contain text, images, links, and other HTML elements.</p> <p>This is the second paragraph. It allows you to separate and structure content on your web page.</p> </body> </html>