HTML, CSS and JavaScript

Learning Missions

Mission 1 Create your own information flash card webpage about a topic of your choice. It must have at least 9 buttons It must be informative The buttons need to be resized, have colour and have text written in a font that differs from the default The page must have a background (either colour or […]

Learning Missions Read More »

Learning Missions

For the questions below, use this starter code to help you. Remember to click the ‘save progress’ button during the coding process for each question so that you can return to the work at a later time if necessary. <html> <head> <script> function run() { } </script> </head> <body>      <input type=”button” value=”submit” onclick=”run()”> </body>

Learning Missions Read More »

Learning Missions

For the questions below, use this starter code to help you. Remember to click the ‘save progress’ button during the coding process for each question so that you can return to the work at a later time if necessary. <html> <head> <script> function run() { } </script> </head> <body>      <input type=”button” value=”submit” onclick=”run()”> </body>

Learning Missions Read More »

Learning Missions

For the questions below, use this starter code to help you. Remember to click the ‘save progress’ button during the coding process for each question so that you can return to the work at a later time if necessary. <html> <head> <script> function run() { } </script> </head> <body>      <input type=”button” value=”submit” onclick=”run()”> </body>

Learning Missions Read More »

Concept Exploration

What you will learn: Reminder on what HTML and CSS is Understand the limitations of HTML and CSS Understand what JavaScript is Understand how to use JavaScript to make a webpage interactive Start Here: Video Overview Continue Here: Detailed Exploration Remembering HTML and CSS As we’ve seen before, HTML allows us to write webpages. Using

Concept Exploration Read More »

Concept Exploration

What you will learn: Reminder on what HTML, CSS and JavaScript is Reminder on how to write a simple JS function on a webpage Understand how to program input and output forms to allow user inputs to be manipulated by JS Start Here: Video Overview Continue Here: Detailed Exploration Introduction Previously, we were introduced to

Concept Exploration Read More »

Concept Exploration

What you will learn: Reminder on how to write a simple JS function on a webpage Understand how to program IF statements in JavaScript so that our programs can make decision Start Here: Video Overview Continue Here: Detailed Exploration Introduction Because JavaScript is a programming language, we can use IF statements so that our programs

Concept Exploration Read More »

Concept Exploration

What you will learn: Reminder on how to write a simple JS function on a webpage Learn how to improve the presentation of elements on a webpage with tables and CSS code Learn how to code a webpage with information flash cards bring a webpage to life Start Here: Video Overview Continue Here: Detailed Exploration

Concept Exploration Read More »

Scroll to Top