Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
head
>
<
title
>
Wikitechy footer tag
<
/title
>
<
/head
>
<
footer
>
<
p
>
Follow Us :
<
a
href
= "https://www.facebook.com/wikitechy"
>
On Facebook
<
/a
>
<
/p
>
<
p
>
© Copyright 2016, All Rights Reserved.
<
/p
>
<
/footer
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <head> <title>Wikitechy footer tag</title> </head> <footer> <p>Follow Us :<a href= "https://www.facebook.com/wikitechy">On Facebook</a></p> <p>© Copyright 2016, All Rights Reserved.</p> </footer> </body> </html>
Result