Catalogue Introduction
- HTML Interaction Process
- DOCTYPE tags-------> tell the browser what HTML or XHTML specification to use to parse HTML documents
- META tags-------> provides meta-information about pages, such as page encodings, refreshes, jumps, descriptions and keywords for search engine and update frequency
- Page encoding (tells the browser what encoding)
- Refresh and jump
- Keywords
- Describe
- IE compatibility
- Title Tag--------> Web header information
- Link tag--------> connection file, here's how the IOC icon is implemented using the link tag.
- Various symbols
- P tags--------> paragraph labels
- BR label--------> line Break label
- A label--------> Connection Label
- H tag--------> title Tags
- Span tags--------> block labels with no decorations
- div tags--------> Whiteboard tags
- Tag categories: block labels, inline labels
- Meaning of the existence of tags
- Active closing tags and autism and label differences and usage
HTML Interaction Process
All of the process of interacting with the Web server, in fact, is a client and server using the socket communication process, the server sends all the data is a string, only when the browser has received the data translated, it will show the effect we want.
1
Life is short, I use python--Day14 html