2020-12-12 15:58:23 -03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<style>
|
2021-03-07 20:19:37 -03:00
|
|
|
#b {
|
2020-12-12 15:58:23 -03:00
|
|
|
border: 1px solid red;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id=b></div>
|
|
|
|
|
<div id=a>Text</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|