Locked lesson.
About this lesson
JavaScript works with HTML and CSS, let's do a quick refresher video on HTML and CSS.
Quick reference
A Short HTML/CSS Primer
HTML and CSS are used to create and style web pages.
When to use
Any time you want to build a web site, you'll need to use HTML and CSS.
Instructions
HTML and CSS are the cornerstones of front-end web development.
You'll use both of them to create a web site.
HTML tags generally have an opening and closing tag (though not always).
JavaScript can manipulate HTML and CSS elements easily.
Hints & tips
- HTML stands for Hyper Text Markup Language and is used to create the backbone of a web page
- CSS stands for Cascading Style Sheets and is used to style a web page
Lesson notes are only available for subscribers.