Blogger Information
Blog 64
fans 2
comment 1
visits 46829
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1208软件的安装和标签的使用
Y的博客
Original
729 people have browsed it

<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>一级标题</h1>
<h2>二级标题</h2>
<p>内容</p>
<man sex="男" height="177" name="bobo">小张</man>
<!--a标签是链接标签_blank在新窗口打开 _self在当前窗口打开-->
<a href="https://www.baidu.com" target="_blank">百度</a>
<!--在指定窗口打开 target="iframt内联框架的那么值"-->
<a href="https://www.baidu.com" target="baidu">打开百度</a>
<iframe src="" name="baidu" height="400" width="300"></iframe>
<!--使用锚点跳转页面任意位置-->
<a href="#footer">跳转底部</a>
<div id="footer" style="margin_top:1000px;"></div>
<a href="#">回到顶部</a>
<img scr="http://www.302hospital.com/img/up/sort/1467943703103phpDo100.jpg" alt="护理部" width="400">
</body>
</html>

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!