其他分享
首页 > 其他分享> > 前端学习-练习小项目

前端学习-练习小项目

作者:互联网

<!DOCTYPE html>

<html lang="zh">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=5.0">

    <title>跳转综合</title>

</head>

<body>

    <h1>腾讯招聘</h1>

    <hr>

    <h2>职位描述</h2>

    <p>负责工作</p>

    <h2>岗位要求</h2>

    <p>5年以上<strong>精通Html5</strong>技术 </p>

    <p>熟悉</p>

    <p>代码</p>

    <p>对web</p>

    <p>具备</p>

    <p>责任心</p>

    <h2>工作地址</h2>

    <p><ins><em><strong><del>上海徐家汇</del></strong></em></ins> </p>

   

    <img src="../照片/1.jpg" alt="地图" title="公司地址">

    <a href="./练习.html" target="_blank">跳转新网址</a>

   

</body>

</html>

<!DOCTYPE html>

<html lang="zh">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>跳转的页面</title>

</head>

<body>

    <iframe src="//player.bilibili.com/player.html?aid=253777271&bvid=BV1YY4115799&cid=501053327&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" > </iframe>

</body>

</html>

标签:新网址,web,前端,练习,学习,Html5,责任心,跳转,页面
来源: https://blog.csdn.net/Corgi_gg/article/details/122788377