- My goal is to display the HTML page in a browser while containing the content within the dimensions of an A4 size page.
- Additionally, when printed, the HTML page should be formatted to fit onto A4-sized paper pages.
<div className='w-[2480px] h-[3508px]'>
//content here
</div>