Continue
Setting Author Name
You can set an author name in a web page using meta tag. See an example below:
Example
<!DOCTYPE html>
<html>
<head>
<title>Meta Tags Example</title>
cmeta name="keywords" content="HTML, Meta Tags, Metadata" /> <meta name="description" content="Learning about Meta Tags." />
<meta ame="author" content="Mahnaz Mohtashin" />
</head>
<body>
<p>Hello HTML5!</p>
</body>
</html>
Comments
Post a Comment