| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| #box { | |
| width: 100px; | |
| height: 100px; | |
| background-color: blue; | |
| color: black; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="box" style="opacity: 0.95;"> | |
| <div style="opacity: 0.95;"> | |
| Is this included? | |
| </div> | |
| </div> | |
| </body> | |
| </html> |