当前位置:网站首页>初识网页与浏览器
初识网页与浏览器
2022-08-05 05:24:00 【星星本来就很美】
网站是指在因特网上根据一定的规则,使用 HTML 等制作的用于展示特定内容相关的网页集合。
网页是网站中的一“页”,通常是 HTML 格式的文件,它要通过浏览器来阅读。
网页是构成网站的基本元素,它通常由图片、链接、文字、声音、视频等元素组成。通常我们看到的网页,常见以 .htm 或 .html 后缀结尾的文件,因此将其俗称为 HTML 文件。
HTML 指的是超文本标记语言 (Hyper Text Markup Language) ,它是用来描述网页的一种语言。
HTML 不是一种编程语言,而是一种标记语言 (markup language)。
标记语言是一套标记标签 (markup tag)。
所谓超文本,有 2 层含义:
1. 它可以加入图片、声音、动画、多媒体等内容(超越了文本限制 )。
2. 它还可以从一个文件跳转到另一个文件,与世界各地主机的文件连接(超级链接文本 )。
网页的形成:
网页是由网页元素组成的,这些元素是利用 html 标签描述出来,然后通过浏览器解析来显示给用户的。
前端人员开发代码 ----> 浏览器显示代码(解析、渲染) -----> 生成最后的 Web 页面
网页总结
网页是图片、链接、文字、声音、视频等元素组成, 其实就是一个html文件(后缀名为html)
网页生成制作: 有前端人员书写 HTML 文件, 然后浏览器打开,就能看到了网页.
HTML: 超文本标记语言, 用来制作网页的一门语言. 有标签组成的. 比如 图片标签 链接标签 视频标签等…
常用浏览器
网页是通过浏览器来展示的, 关于浏览器我们要介绍以下两点:
1. 常用的浏览器
2. 浏览器内核
浏览器是网页显示、运行的平台。常用的浏览器有 IE、火狐(Firefox)、谷歌(Chrome)、Safari和Opera等。
平时称为五大浏览器。
浏览器内核:
边栏推荐
- Small example of regular expression--remove spaces in the middle and on both sides of the string
- The Servlet to jump to the JSP page, forwarding and redirection
- Switch principle
- network issue?Service packet loss?This is enough
- Account and Permission Management
- spark source code-RPC communication mechanism
- The problem of calling ds18b20 through a single bus
- 线上问题排查流程
- IP packet format (ICMP protocol and ARP protocol)
- The problem come from line screening process
猜你喜欢
Image compression failure problem
【Day8】Knowledge about disk and disk partition
Getting Started Doc 06 Adding files to a stream
IP地址及子网的划分
网络层协议介绍
NIO工作方式浅析
ACLs and NATs
In-depth Zabbix user guide - from the green boy
[Day1] (Super detailed steps) Build a soft RAID disk array
Getting Started Document 01 series in order
随机推荐
spark source code - task submission process - 2-YarnClusterApplication
The problem of redirecting to the home page when visiting a new page in dsf5.0
正则表达式小实例--去掉字符串中间和两边的空格
spark operator-wholeTextFiles operator
Getting Started 04 When a task depends on another task, it needs to be executed in sequence
spark operator-textFile operator
Operation and maintenance engineer, come and pick up the wool
sql server 重复值在后面计数
逻辑卷创建
云计算——osi七层与TCP\IP协议
The highlight moment of operation and maintenance starts with intelligence
VRRP principle and command
路由器和静态路由的配置
微信小程序页面跳转传参
硬盘分区和永久挂载
Disk management and file systems
VLAN详解及实验
TCP/IP four-layer model
spark operator - map vs mapPartitions operator
Small example of regular expression--validate email address