| 12345678910111213141516171819202122 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>Project1</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- body {
- margin: 0px;
- font-size: 20px;
- }
- </style
- </head>
- <body>
- Label1
- <div id="Div1" style="position: absolute; width: 30px; height: 4px; border: 2px solid red;">
- </div>
- <div id="Div2" style="position: absolute; width: 30px; height: 4px; border: 2px solid blue;">
- </div>
- Label2
- </div></body>
- </html>
|