html-basic-02

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Image tag

grammar:<img src="图片地址" alt="无法显示显示" title="鼠标停留的提示">

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>锚链接</title>
	</head>
	<body>
		<a href="#bottom" type="button">回到底部</a>
		<h1>第一<h1>
		<h1>第一<h1>
		
		<h1>第一<h1>
		<h1>第一<h1>
		
		<h1>第一<h1>
		
		<h1>第一<h1>
		<h1>第一<h1>
		
		<h1>第一<h1>
		
		<h1>第一<h1>
		
		<h1>第一<h1>
		<h1>第一<h1>
		<h1>第一<h1>
		
		<h1>第一<h1>
		<h1>第一<h1>
		<h1>第一<h1>
		<h1>第一<h1>
		
			<h1>第一<h1>
			<h1 id="bottom">第一<h1>
			
		<a href="#top" type="button">回到顶部</a>
	</body>
</html>

Guess you like

Origin blog.csdn.net/huiguo_/article/details/109061635