blob: 85dcc383a41c40874cdd9b490531ce518249f9ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<style type="text/css">
div {
border: 1px solid grey;
width: 100px;
color: rgba(0,0,0,0.5);
}
</style>
<div>
<span id="myspan">Wrapped sentence</span>
</div>
</html>
|