float样式的使用

Posted zhuhai-wmy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了float样式的使用相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <div style="width: 20%;background-color: brown;float: left">1</div>
    <div style="width: 80%;background-color: aquamarine;float: left">2</div>
</body>
</html>

可以解决拼接行的问题。

以上是关于float样式的使用的主要内容,如果未能解决你的问题,请参考以下文章

为啥我在这个 python 片段中得到 float 是不可迭代的? [复制]

使用 Python 代码片段编写 LaTeX 文档

CSS代码片段

CSS代码片段

float样式的使用

将Python 2转换为Python 3(使用Python 2样式执行)