Prev Demo
HTML5
>
Article Tag In Html 5
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html /> <html> <head> <title></title> <meta charset="UTF-8" /> </head> <body> <h1 style="color:green">Example of Article Tag in HTML5</h1> <br/> This is a web page that contains many articles that can be re-distributed. <article> <h1>This is about ASP.NET</h1> ASP.NET is a server side technology to develop web applications. </article> <article> <h1>This is about C#</h1> C# is a programming language that is supported in .NET Platoform. </article> </body> </html>
Note: We DO NOT save your trial code in our database.
Output