Introduction to HyperText Markup Language (HTML).
- Subject:
- Applied Science
- Computer Science
- Material Type:
- Interactive
- Lesson
- Provider:
- Khan Academy
- Provider Set:
- Khan Academy
- Author:
- Pamela Fox
- Date Added:
- 07/11/2021
Introduction to HyperText Markup Language (HTML).
How to create a comment in an HTML document.
How to create a hyperlink ('link') to a location on the same page using HTML.
How to create a hyperlink ('link') using HTML.
How to use HTML to create a table on a webpage.
Learn how to validate your webpages with the W3C validator service.
Pamela shares tips on how to change variables (like incrementing or multiplying them) with less code.
Pamela introduces arrays, a nifty way to store a sequence of multiple values in one variable.
An intro to Games and Visualizations
Pamela introduces objects, a way to store a bag of properties in a single variable.
An overview of JOINing related tables
An overview of joining related tables with left outer joins
An overview of joining tables to themselves with self-joins
Pamela explains the difference between "local" and "global" variables, a tricky concept in programming.
Pamela shows how to use different logical operators (like && and ||) inside if statements.
Pamela explains how to use loops to iterate through each value in an array.
Learn several techniques for looping through jQuery collections, using both a for loop and a jQuery method.
Pamela shows how to program animations, using the draw() function.
We'll explain how to draw circles with code (JavaScript and ProcessingJS), and then you'll get to try it yourself in a challenge.
An overview of Making webpages interactive with events