TestFlow_Div_ImageLabel.html 418 B

1234567891011121314
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <title>Project1</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. </head>
  8. <body>
  9. <div id="Div1" style="line-height:1; font-size:20px; border: 1px solid blue;">
  10. <image src="20.png" style="width: 10px; height: 10px;">
  11. <span>Label1</span>
  12. </div>
  13. </div></body>
  14. </html>