Prev Demo
HTML5
>
Footer Tag
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE HTML> <html> <head> <title></title> <meta charset="UTF-8" /> </head> <body> <h1>ASP.NET Articles</h1> <article> <h1 style="color:Green">This is the example of Footer and the line having background color represent the footer</h1> <br/> <h1>GridView articles</h1> <p>Description of all GridView articles</p> <!-- article footer --> <footer style="background-color:lightblue">posted by: Sheo Narayan (This is the footer of the article)</footer> </article> <article> <h1>Authentication & Authorization articles</h1> <p>Description of all Authentication & Authorization articles</p> <!-- article footer --> <footer style="background-color:lightblue">posted by: Sheo Narayan (This is the footer of the article)</footer> </article> <br/> <hr/> <!-- website footer --> <footer style=background-color:lightblue> <p><a href="/contactus.aspx">Contact us</a> | <a href="/aboutus.aspx">About us</a> | (This is the footer of the website)</p> </footer> </body> </html>
Note: We DO NOT save your trial code in our database.
Output