Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example of Div tag</title> </head> <body> <div style="font-size:18px;border:1px solid #11a286;padding:15px;background:#e2f9f5"> <p>This is a paragraph.</p> <p>This is a another paragraph</p> </div> </body> </html>