Screen Resolution and Display Pixel Width
Date Written: 9/15/21
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
#divWidth
{
display: block;
width: 100%;
}
</style>
document.getElementById("divWidth").offsetWidth
window.screen.width