| 1234567891011121314 |
- <!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">
- </head>
- <body>
- <div id="Div1" style="line-height:1; font-size:20px; border: 1px solid blue;">
- <image src="20.png" style="width: 10px; height: 10px;">
- <span>Label1</span>
- </div>
- </div></body>
- </html>
|