Header metadata field
HTML <meta>
tags can be added globally, across resource types, or to specific resources using the Header metadata
field.
Example metadata within an HTML document:
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
While editing a resource, the metadata
editing fields will be found in the sidebar.
Metadata content will be automatically added to your application's html.