


In-depth understanding of CSS positioning, complete mastery of CSS positioning, relative positioning and absolute positioning_html/css_WEB-ITnose
In fact, the previous standard flow and floating flow are very understandable, but positioning is not easy to understand, especially relative positioning and absolute positioning. Many students who are just starting to learn cannot distinguish between them. So here, Teacher Xiaoqiang shares with you the learning of CSS positioning.
Through our previous studies, our web page layout method:
1. Standard flow (the most stable)
2. Floating flow (float second)
3. Positioning flow (last in stability)
Positioning is a layout method that is completely separated from the standard flow.
In fact, the previous standard flow and floating flow are very understandable, but positioning is not easy to understand, especially relative positioning and absolute positioning. Many students who are just starting to learn cannot distinguish between them. So here, Teacher Xiaoqiang shares with you the learning of CSS positioning.
We know that positioning is used together with directional nouns. To adjust the position, most of them use top, left, bottom, and right.
First, let’s look at the classification of positioning:
1. Absolute positioning absolute
position: absolute;
Used for absolute positioning and relative positioning Relatively speaking, there are more places. What are the characteristics of absolute positioning? Here, Teacher Xiaoqiang will summarize it for everyone.
1. If the positioning does not have a parent box
then this box, after adding absolute positioning, will take the upper left corner of the browser as the origin, and all movements will also be based on that The origin is moved.
The case is as shown in the picture:
After preview
2. If there is a parent box, but the parent box, Without positioning, the result will not change, and the box will still take the upper left corner of the browser as its origin.
After preview
3. If there is a parent box and the parent box has positioning, then at this time, the absolute positioning will be based on the parent box The upper left corner is the origin and aligned.
As shown in the picture:
Generating effect:
4. Absolute positioning has a very important feature, It does not occupy any position and is completely separated from the standard flow, so it will rise and the standard flow will occupy its rear side.
2. Relative positioning (relative)
position:relative
Relative positioning is simple. Regardless of whether there is a parent box or not, it takes its upper left corner as the origin.
Also, it occupies a position, that is, there are other boxes that will be placed below it.
3. Fixed positioning
position: fixed
Fixed positioning is also relative to the browser, it is fixed at a certain position in the browser. (IE6 does not support fixed positioning and can only be solved separately)
Fixed positioning does not occupy a position and is completely out of the standard flow.
4. Static positioning
position:static
It is almost the same as the standard flow, there is no special positioning, and it occupies position.
5. Stacking order:
z-index: numerical value;
The larger the value, the higher the box. Note: You must not add units after the value.
.one{z-index:10;}
Summary:
In terms of positioning, there are static positioning and relative positioning that occupy position, and absolute positioning that does not occupy position. Positioning and fixed fixed positioning. This is very important and has a great impact on our layout of standard flow.
The mantra we must remember is that children are absolute and parents are relative. This is the most suitable layout concept for our layout.

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version
Useful JavaScript development tools