I want to make a image at the top of a html file fit across the whole screen with no gaps how can I do this?
<!DOCTYPE html>
<html>
<head>
<title>Coding site!</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="myscripts.js"></script>
</head>
<body>
<img src="coding.jpg" style="width:42px;height:42px;">
</body>
</html>