- day-14.html
- style.css
HTML
Day Fourteen. A New Format
Yesterday, I discovered what image format is suitable for my avatar, and I added it to my
blog. I really loved it. It’s so pretty. I decided to make a cheat sheet so that I would
not forget what the other image formats are and what they are used for.
CSS
body {
padding: 0 30px;
You’ve gone to a different page
GoalsCompleted 0 out of 4
- Add the alternate text
alt="GIF animation"
to the first image. - Now add the attribute
alt
with the valueCat portrait
to the second image. - Add the alternate text
Instructor Muffin
to the third image.. - Break the path to the second image by removing the attribute
src
from it.
Comments