当前位置: 首页 > article >正文

python爬虫基础:了解html

编辑器vscode

<!DOCTYPE html>
<html>
    <head>
        <title>第一个网页</title>

    </head>

    <body>

        <h1>字体</h1>
        <h2>字体</h2>
        <h3>字体</h3>
        
        <p>
            Lorem, ipsum dolor sit amet consectetur adipisicing elit. Pariatur, asperiores cumque? Voluptatum quas illum repellendus quisquam dolor, praesentium cumque perferendis repudiandae earum totam placeat explicabo. Iure officia neque deserunt dolore.
            
        </p>
        
        <p>
            Lorem ipsum, <strong> dolor sit amet consectetur adipisicing elit</strong>. <em>Inventore12345</em>, soluta?
        </p>
       
        <div>

       </div> 
       <a href="https://www.baidu.com">百度的链接</a>
       

    </body>
</html>


打开html后就是如下页面


http://www.kler.cn/a/299264.html

相关文章:

  • 如何用matlab灵活控制feko的求解
  • 根据NVeloDocx Word模板引擎生成Word(三)
  • C# 路径操作
  • CISC 和 RISC 架构的对比
  • 本地Linux服务器使用docker搭建DashDot并实现公网实时监测服务器信息
  • Linux 基础命令-文件与目录操作
  • python使用xpath获取html中的所有链接
  • 箱包潮湿发霉怎么处理 箱包发霉处理不长霉
  • Linux线程概念
  • Python VTK 绘制等高线初步
  • Linux学习-ELK(一)
  • VMware-Ubuntu Server安装教程
  • hive表格统计信息不准确
  • ISP面试准备2
  • HarmonyOS---应用测试概述
  • Linux 上安装 PostgreSQL
  • 初学者指南:掌握 Vue 路由(Router)
  • Redis协议与异步方式
  • HTML5( HTML5 、CSS3) 第一天
  • pytest 生成allure测试报告