This activity does not have any upcoming sessions open for registrations on ActivityHero right now. We can send you an email when they do.
Course description
This course is a beginner level Web programming class where students are introducedto the fundamentals of HTML, CSS and Javascript while they implement a making anddecorating a 3 layers virtual cake application. This class covers conditionalstatements (if, else if and else statements).
Tech points
- Basic HTML, CSS and Javascript definitions and their relationships.
- HTML including head, style, title, body ,script, section, p, h1, h2, h3, button, a, img,
audio, input, label, div tags
- CSS including simple selectors (class, id, tag name), many properties (background,
font, width, height, display, position, margin, padding), box model and positioning html
elements in a screen
- Javascript including var, function, querySelector, getElementById, addEventListener,
appendChild, removeChild, array data structure, if, else if, else statements and 3 ways
of function definitions