Code Editor Panel
Home
HTML Tutorial
Paragraph Code
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p>Paragraph Text of webpages</p> <p>Second Paragraph Text of webpages</p> </body> </html>
Output