HTML: Images and Figures

Go to class
Write Review

Free Online Course: HTML: Images and Figures provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. HTML: Images and Figures is taught by J. David Eisenberg.

Overview
  • Explore the many ways to present graphics on web pages. Discover how to make your graphics accessible, reliably placed, and a smooth fit for a variety of different screens.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Setting up your computer
    1. Image Essentials
    • Using the img element and src attribute
    • Accessibility: alt and title attributes
    • Image size: Width and height
    • Obtaining images
    2. Image Formats
    • Image format overview
    • GIF and PNG: The format for line art
    • JPEG: The format for photos
    • SVG: The format for vector line art
    3. Images and CSS
    • Borders, padding, and spacing
    • Alignment
    • Challenge: Images and text
    • Solution: Images and text
    • Special effects
    • Background images
    4. Responsive Images
    • Resolution and pixel density
    • Handling pixel density
    • Using srcset and sizes
    • Testing screen resolutions
    • Challenge: Use srcset
    • Solution: Use srcset
    • Art direction: The picture element
    5. Figures
    • Using figure and figcaption elements
    • Autonumbering figures with CSS
    Conclusion
    • Next steps