Can I have individual descriptions for the images in my gallery?

I have the following code for a gallery I have input to our website:

<!DOCTYPE html PUBLIC>
<html>
<head>
<title>Meet the team</title>

<style type="text/css">
body {
    background: #222;
    color: #eee;
    margin-top: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a {
    color: #FFF;
}
a:hover {
    color: yellow;
    text-decoration: underline;
}
.thumbnails img {
    height: 80px;
    border: 4px solid #555;
    padding: 1px;
    margin: 0 10px 10px 0;...
Code (markup):
Can I have individual descriptions for the images in my gallery?

from HTML & Website Design http://ift.tt/1MmHPKV
via IFTTT
Previous
Next Post »
Thanks for your comment