<meta name="Author" content="">

Type

This META element defines the author of the document.

The META element is placed inside the HEAD element.


<meta name="Author" content="Ichiro Matsui">

Attribute Value Explanation
name=" " Author -
content=" " author name author name of the document

Example


<html>
<head>
<meta name="Author" content="Ichiro Matsui">
<title>TAG index</title>
</head>
<body>



</body>
</html>