This META element indicates the application that was used to create the document.
The META element is placed inside the HEAD element.
<meta name="Generator" content="HTML Editor">
| Attribute | Value | Explanation |
|---|---|---|
| name=" " | Generator | - |
| content=" " | generator name | HTML generator name |
<html> <head> <meta name="Generator" content="HTML Editor"> <title>TAG index</title> </head> <body> </body> </html>