#4: Dynamically Rendering Cards - HTML, CSS, and JavaScript from Null
In this video we’ll add some JavaScript to:
1. Create elements on the page (cards)
2. Add subelements and classnames to those
3. Append the cards to the table div
I believe anyone can follow along and build something, some parts may be a little confusing - don’t worry just keep watching and reading and stick to it.
This is first video in a small series of building a Playing Card application with vanilla JavaScript, HTML, and CSS.