11 lines
229 B
HTML
11 lines
229 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<p>The start</p>
|
||
|
<div style="word-wrap:break-word;">
|
||
|
<a style="height:1px;overflow:hidden;position:absolute;width:1px;" role="button">Button 1</a>
|
||
|
<a role="button">Button 2</a>
|
||
|
</div>
|
||
|
<p>The end</p>
|
||
|
</body>
|
||
|
</html>
|