Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
<title>HTML Images</title>
</head>
<body>
<!-- Your code here -->
<img src="https://s3.amazonaws.com/ironboard-learn/lion.jpg" />
<img
src="https://images.unsplash.com/photo-1583587067350-2c49115673c9?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt="lion and cub"
/>
<img
src="https://plus.unsplash.com/premium_photo-1708433275146-5763690184e8?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt="lion and lioness"
title="Lion and Lioness"
/>
</body>
</html>