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, 1449🔥, 0💬
Popular Posts:
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...