Basic [] HTML paragraphs
HTML paragraphs
<!DOCTYPE html> <html> <body> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> </body> </html>
Output
This is a paragraph.
This is a paragraph.
This is a paragraph.
HTML paragraphs
<!DOCTYPE html> <html> <body> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> </body> </html>
Output
This is a paragraph.
This is a paragraph.
This is a paragraph.