Tools, FAQ, Tutorials:
HTML Author 'meta' Tag/Element
What Is the HTML Author "meta" Tag/Element?
✍: FYIcenter.com
The author "meta" element is a special "meta" element that provides information about the author of the HTML document. The author "meta" element must include the "name" attribute as, name="author". Here is an example:
<meta name="author" content="FYIcenter.com" />
XHMTL browsers are usually ignoring the author meta element. But some search engines are using the information provided in the author meta element.
⇐ HTML http-equiv 'meta' Tag/Element
2017-06-23, 1380🔥, 0💬
Popular Posts:
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
How to troubleshoot the Orderer peer? The Docker container terminated by itself. You can follow this...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...