Day 18 of 100 Days of Code
Today I learnt how to build a carousel using HTML, Javascript and CSS. A carousel is a container (slideshow) of images or info that users can select by clicking a button that directs them forward or backward in the slideshow.
HTML snippet
<html>
...
nkem.hashnode.dev2 min read
Chadwin J Deysel
Hi I'm Chadwin 👋 A full stack developer, using Dotnet and Angular 🌐
Carousel's, while demonized in UX, are a great way to test your HTML, CSS and JS skills, well done!
An idea you can steal, look into hosting your applications through a Code Pen, which you can then embed into your posts so that readers can see the final result.