是否可以选择将带有元标记的 HTML 文件上传到 Google Drive 并在文档中显示元数据(需要将文件转换为 Google Drive,因为我需要对其进行编辑)
这是一个例子:
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
<meta name="description" content="Free Web tutorials on HTML and CSS">
<meta name="author" content="AngryBird">
</head>
<body>
</body>
</html>