blob: 2a99d26d2fb6172db36a41d3a0a9922218926f7f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<body>
<fieldset>
<legend style="border: 1px solid black;">
<span style="display: inline-block; height:100px; width: 100px"></span>
</legend>
</fieldset>
</body>
</html>
|