blob: 0d5385287ca80117c3e34866b1cd1b50b04b512f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
span {
background-color: green;
}
</style>
<body>
<div>There should be only one green rectangle below from [ to ]:</div>
<div>[<span> <strong> </strong> </span>]</div>
|