From the course: Learning HTML Canvas

What you should know

From the course: Learning HTML Canvas

Start my 1-month free trial

What you should know

- [Instructor] There are a few things you should be already comfortable with before starting this course. First, you should be familiar with HTML and CSS, the main markup languages used to create webpages. If you need to brush-up on your HTML skills, check out HTML Essential Training. And you might want to check out Learning CSS if you need to brush-up on your CSS. The canvas element is also entirely controlled by code. So you'll need to be familiar with writing JavaScript. If your JavaScript skills need some updating, check out JavaScript Essential Training. I'm going to be using Visual Studio Code in this course, but you can use whatever code editor you want. If you want to follow along with me using Visual Studio Code, I'd suggest watching Visual Studio Code for Web Developers. But since we're just going to be working on text files containing HTML, CSS, and JavaScript, you can use whatever code editor you want. When you feel comfortable with these subjects, you're ready to proceed with the rest of the course.

Contents