Essential Question: How can I use HTML elements in my JavaScript code?
Mastery Objectives:
SWBAT add HTML elements to their code.
SWBAT use a random generator in their code.
Do Now: Write a JavaScript program to get the website URL (loading page). Also, log the information into an alert box.
console.log(document.URL);
Directions: Type the code below for JavaScript and HTML. Think about your project and decide ways that you can make it better. Use the resources below.
Ticket-to-Leave: Add 3 colors to your presentation using an HTML hexadecimal code.