Some usage of float Left suspension: Float usage Float has a wide range of uses. Here is a brief introduction to its most common uses:
The first phenomenon is float=inline-block When suspended, the four blocks will be displayed in inline block mode: as shown below <style> div{ width:200px; height:200px; background-color: pink; border:1px solid black; float:left; } </style> <body> <div></div> <div></div> <div></div> <div></div> </body> The second phenomenon: As shown in the figure below, since the first block element is floating, the second block element will be displayed below the first one. <style> .first-one{ float:left; background-color:green; } .second-one{ background-color:purple; } .third-one{ background-color:blue; } .fourth-one{ float:left; background-color:grey; } div{ width:200px; height:200px; background-color: pink; border:1px solid black; font-size:30px; } </style> <body> <div class="first-one"></div> <div class="second-one"></div> <div class="third-one"></div> <div class="fourth-one"></div> </body> The third phenomenon: If all elements are floated, and the remaining width of the parent element is not enough to support the child elements in the row, then they will be aligned to the upper level. This article is transferred from: https://segmentfault.com/a/1190000022669455 Summarize This is the end of this article about the usage of HTML float. For more relevant HTML float content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
<<: Detailed explanation of JavaScript's Set data structure
>>: MySQL index principle and query optimization detailed explanation
Table of contents 1. How to use mixin? 2. Notes o...
CSS3 -- Adding shadows (using box shadows) CSS3 -...
Preface: js is a single-threaded language, so it ...
Preface Today, I was reviewing the creational pat...
When using a cloud server, we sometimes connect t...
Table of contents When to use Structural branches...
1. Alipay method: Alipay method: Click Alipay to ...
Table of contents What is recursion and how does ...
MySQL previously had a query cache, Query Cache. ...
<template> <div class="demo"&g...
If the table is wide, it may overflow. For exampl...
MySQL Workbench - Modeling and design tool 1. Mod...
Let’s take the translation program as an example....
The connection method in MySQL table is actually ...
.y { background: url(//img.jbzj.com/images/o_y.pn...