| <!DOCTYPE html> | |
| <html> | |
| <style> | |
| iframe { | |
| position: absolute; | |
| left: 100px; | |
| top: 100px; | |
| width: 200px; | |
| height: 200px; | |
| transform: scale(1.5); | |
| /* Removing external factor that might affect pixel accuracy */ | |
| border: none; | |
| padding: 0; | |
| margin: 0; | |
| } | |
| </style> | |
| <iframe src="title1.html"> | |
| </iframe> | |
| </html> |