mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-05 18:30:44 +00:00
17 lines
204 B
HTML
17 lines
204 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body > span { border: 3px solid blue }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>
|
|
One
|
|
Two
|
|
<div>Three</div>
|
|
Four
|
|
</span>
|
|
</body>
|
|
</html>
|