Author
Author Meta Tag
DescriptionThe author meta tag looks like

<META NAME="author" CONTENT="XXX">

XXX is replaced with the name(s) of those who contributed into creating the web page.
Code
<HEAD>

<META NAME="author" CONTENT="John Doe">

</HEAD>
Output
Practice
Advertisements