5 ms·
Here you go: <script> document.write('<b>Screen: </b>'+screen.width+' x '+screen.height); </script> Yes, I know, "document.write()", but then ther
by yetanother12345 3y ago
Here you go:
<script>
document.write('<b>Screen: </b>'+screen.width+' x '+screen.height);
</script>
Yes, I know, "document.write()", but then there's something for y'all to refactor too. Win-win.