Skip to content

Instantly share code, notes, and snippets.

@saipraveen-a
Last active October 13, 2020 12:35
Show Gist options
  • Save saipraveen-a/d39170087807670d2298295bacc47634 to your computer and use it in GitHub Desktop.
Save saipraveen-a/d39170087807670d2298295bacc47634 to your computer and use it in GitHub Desktop.
HTML & CSS Challenges - Image
<!DOCTYPE html>
<html>
<head>
<title>HTML Challenge - Fix This Image</title>
</head>
<body>
<img src="https://images.unsplash.com/photo-1441974231531-c6227db76b6e?&w=400" alt="Trees in a forest">
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>HTML Challenge - Fix This Image</title>
</head>
<body>
<img src="images.unsplash.com/photo-1441974231531-c6227db76b6e?&w=400">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment