当前位置:网站首页>Met with the browser page
Met with the browser page
2022-08-05 06:22:00 【The stars were very beautiful】
A website refers to a collection of web pages that are made on the Internet according to certain rules, using HTML, etc. to display specific content.
A web page is a "page" in a website, usually a file in HTML format, which is to be read by a browser.
A web page is the basic element that constitutes a website. It usually consists of pictures, links, text, sound, video and other elements.Usually, the web pages we see usually end with .htm or .html suffixes, so they are commonly referred to as HTML files.
HTML stands for Hyper Text Markup Language, a language used to describe web pages.
HTML is not a programming language, but a markup language.
The markup language is a set of markup tags.
The so-called hypertext has two meanings:
1. It can add pictures, sounds, animations, multimedia and other content (beyond the text limit).
2. It can also jump from one file to another, connecting with files on hosts around the world (hyperlink text ).
The formation of the web page:
A web page is composed of web page elements, which are described by html tags and then parsed by the browser to display to the user.
Front-end developers develop code ----> Browser display code (parse, render) -----> Generate final Web page
Web Summary
A web page is composed of pictures, links, text, sound, video and other elements, which is actually an html file (suffixed as html)
Web page generation and production: A front-end person writes an HTML file, and then the browser opens, and the webpage can be seen.
HTML: Hypertext Markup Language, a language used to make web pages. It is composed of tags. For example, image tags, link tags, video tags, etc...
Common browsers
Web pages are displayed through browsers. We want to introduce the following two points about browsers:
1. Commonly used browsers
2. Browser Kernel
A browser is a platform for displaying and running web pages.Commonly used browsers are IE, Firefox (Firefox), Google (Chrome), Safari and Opera.
Usually known as the top five browsers.
Browser kernel:

边栏推荐
猜你喜欢

disabledDate 日期选择器 datePicker

The highlight moment of operation and maintenance starts with intelligence

The hook of the operation of the selenium module

VRRP principle and command

Mina disconnects and reconnects

sql server 重复值在后面计数

路由器和静态路由的配置

ACLs and NATs

OpenCV3.0 is compatible with VS2010 and VS2013

el-autocomplete使用
随机推荐
wc、grep、tar、vi/vim
spark source code - task submission process - 2-YarnClusterApplication
js动态获取屏幕宽高度
js dynamically get screen width and height
多线程之传递参数
spark operator-parallelize operator
Small example of regular expression--remove spaces in the middle and on both sides of the string
markdown编辑器模板
ROS2下使用ROS1 bag的方法
This is indeed the best article on microservice architecture I have read!
网络不通?服务丢包?看这篇就够了
7 steps to complete cloud monitoring
正则表达式小示例--获取重复最多的字符及其数量
Mina断线重连
逻辑卷创建
Cloud computing - osi seven layers and TCP\IP protocol
ALC实验
spark operator-textFile operator
Does flink cdc currently support Gauss database sources?
Unity realizes first-person roaming (nanny-level tutorial)