semantic-portal Semantic portal
Main Courses Domains Terminology About
CSS Tutorial

Image Gallery

Domains: CSS

CSS can be used to create an image gallery.

The following image gallery is created with CSS:

<html>
<head>
<style>
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
</style>
</head>
<body>

<div class="gallery">
  <a target="_blank" href="img_5terre.jpg">
    <img src="img_5terre.jpg" alt="Cinque Terre" width="600" height="400">
  </a>
  <div class="desc">Add a description of the image here</div>
</div>

<div class="gallery">
  <a target="_blank" href="img_forest.jpg">
    <img src="img_forest.jpg" alt="Forest" width="600" height="400">
  </a>
  <div class="desc">Add a description of the image here</div>
</div>

<div class="gallery">
  <a target="_blank" href="img_lights.jpg">
    <img src="img_lights.jpg" alt="Northern Lights" width="600" height="400">
  </a>
  <div class="desc">Add a description of the image here</div>
</div>

<div class="gallery">
  <a target="_blank" href="img_mountains.jpg">
    <img src="img_mountains.jpg" alt="Mountains" width="600" height="400">
  </a>
  <div class="desc">Add a description of the image here</div>
</div>

</body>
</html>

Similar pages

Styling Images

The object-fit Property

Tooltip

Page structure
Concept map →
Terms

Image Gallery

CSS

Stands for Cascading Style Sheets. Describes how HTML elements are to be displayed on screen, paper, or in other media. Can control the layout of multiple web pages all at once. Is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes.
Semantic portal semantic-portal.net Copyright © 2010—2026 When using materials
requires a link to semantic-portal.net
Main Courses Domains
Terminology About Partnership
Search
American University Kyiv

AI-driven Interactive Learning Environments Research Lab

SET Laboratory