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
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<title>HTML Images</title>
</head>
<body>
<!-- Your code here -->
<img
src= "https://s3.amazonaws.com/ironboard-learn/lion.jpg" />
<img
src= "https://s3.amazonaws.com/ironboard-learn/lion.jpg"
alt= "Lion yawning getting ready for a nap"
/>
<img
src= "https://s3.amazonaws.com/ironboard-learn/lion.jpg"
alt= "Lion yawning getting read for a nap"
Title= "I Wanna Take A Nap"
/>
</body>
</html>