| <!DOCTYPE html> |
| <html> |
| <head> |
| </head> |
| <body> |
| <div style="position: relative;"> |
| <div style="font: 48px 'Times'; text-decoration: underline; text-decoration-thickness: 40px; -webkit-text-decoration-skip: none; text-underline-offset: 0px;">Hello<div style="display: inline-block; width: 1px; height: 60px;"></div></div> |
| <div style="position: absolute; left: 0px; top: 60px; width: 100px; height: 40px; background: black;"></div> |
| <div style="position: absolute; left: 100px; top: 0px; width: 100px; height: 100px; background: black;"></div> |
| </div> |
| </body> |
| </html> |