Prev Demo
HTML5
>
Main
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Maintag</title> </head> <body> <h2 style="color:green">Main tag is used to define the main content in the HTML document</h2> <main> <h2>Techfunda</h2> <p>It is online tutorials for the beginners </p> </main> </body> </html>
Note: We DO NOT save your trial code in our database.
Output