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 © QuoteFellas.com All Rights Reserved.
</body>
</html>
Output
Copyright © QuoteFellas.com All Rights Reserved.