Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML div tag</title> </head> <body> <div style="font-size:20px; border: 1px solid #999999; color: #F9864D;"> <p>This is a Paragraph text.</p> <h2>This is a h2 Heading tag.</h2> </div> </body> </html>
  Preview Arrow