HTML Paragraphs
<!DOCTYPE html> <html> <body> <p>HTML documents are built from elements like this paragraph.</p> <p>Each new paragraph starts on its own line, with space above and below it.</p> </body> </html>
<!DOCTYPE html> <html> <body> <p>HTML documents are built from elements like this paragraph.</p> <p>Each new paragraph starts on its own line, with space above and below it.</p> </body> </html>