Author and Copyright

To insert information about the author and copyright, insert two elements with their name attributes set to "author" and "copyright". These details are not visible to the users.
To make visible to the users add the author and the copyright details inside the <body>..</body> tag.

snippet
<html>
<head>
<meta name="author" content="Cruise Warner">
<meta name="copyright" content="QuoteFellas.com. All Rights Reserved">
</head>
<body>
Copyright &copy; QuoteFellas.com All Rights Reserved.
</body>
</html>

Output
Copyright © QuoteFellas.com All Rights Reserved.
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +