Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 924 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 924 Bytes

Flash Cards Tutorial

This tutorial uses HTML, CSS, and JavaScript to create an interactive set of flash cards.

By completing this tutorial you will learn how HTML is structure for a document displayed in the browser, how CSS styles and determines the appearance of the document, and how JavaScript manages the busniness logic and handles user interactions.

Requirements

The only requirements for this tutorial are a web browser, and a code editor. I used Visual Studio Code but you can use any code editor.

Tutorial Steps