mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
10 lines
147 B
HTML
10 lines
147 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
float: left;
|
|
}
|
|
|
|
span {
|
|
float: left;
|
|
}
|
|
</style><div><span>A</span><span>B</span></div> |