12 lines
278 B
HTML
12 lines
278 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="container"
|
|
>surrounding <span id="rel"
|
|
style="left: 200px; top: 100px;"
|
|
>position relative</span> text</div>
|
|
</body>
|
|
</html>
|