Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example of HTML Paragraphs</title> </head> <body> <p>This is a paragraph.</p> <p>This is a another paragraph.</p> </body> </html>