Prev Demo
HTML5
>
Div Tag
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> This is normal text. <div style="color:red"> <h3>This is a header inside div</h3> <p>This is a paragraph inside div.</p> </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output