零基础学习HTML(3)——meta标签的使用


注:学习笔记基于小甲鱼学习视频,官方论坛: https://fishc.com.cn/forum.php

官方资料

鱼C课程案例库:https://ilovefishc.com/html5/
html5速查手册:https://man.ilovefishc.com/html5/
css速查手册:https://man.ilovefishc.com/css3/

学习正文

meta标签:https://man.ilovefishc.com/pageHTML5/meta.html

<!DOCTYPE html>

<html>
	<head>
		<title>第三个程序</title>
		<meta charset="utf-8">	<!--网页编码-->
		<meta name="viewport" content="width=device-width, initial-scale=1.0">	<!--网页自适应-->
		<meta name="keywoeds" content="DragonLin,HTML5,零基础学习Web开发"> 	<!--为搜索引擎提供关键词-->
		<meta name="description" content="《零基础学习Web开发》学习笔记">	<!--描述网页内容-->
		<meta name="author" content="DragonLin">	<!--定义网页的作者-->
		<meta http-equiv="refresh" content="3; https://www.baidu.com">	<!--每三秒刷新一次浏览器并跳转到指定页面-->
	</head>
	<body>
		<h1>Hello World</h1>
		<a href="https://www.baidu.com" target="_blank"><img src="FishC.png" alt="FishC-LOGO"></a>  <!--点击图片即可跳转到指定网页-->
		<p>I love FishC.com!</p>
	</body>
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值