实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>html meta 实例 - 自学教程(runoops.com)</title> <meta name="description" content="免费在线教程"> <meta name="keywords" content="HTML,CSS,XML,JavaScript"> <meta name="author" content="runoops"> </head> <body> <p>所有 meta 标签显示在 head 部分...</p> </body> </html>
运行结果: