News

How to Make an Image Footer Stay Down in CSS. Footers are a great place to add extra content to a website without letting it get in the way of the rest of the page. Social networking badges ...
How to Stretch an Image Horizontally With CSS. One way to breathe new digital life into an image is to alter its width. You could do that using an image editor, but CSS can often get the job done ...
What to Know Place a figure tag around the image. Within that, add your caption in the figcaption tag. Optionally, add some CSS to spruce up the caption with its own background and colors.