Grok Learning - Cookie Cutter

To get started click here

Then go to this URL:

https://groklearning.com/course/aca-dt-78-js-cookie/
Then use your DEC login
After you have logged in the interface looks a lot like this:

On the left side are your instructions.

The top right screen is where you type in the code.

The bottom right screen is where you preview what you have coded in correctly.

Work through the set of instructions to code the activity.

Remember tags <h1>completed the code command with an end tag </h1>. This applies to most (but not all) coded instructions. The <img src> tag however does not have and end tag.

Here is the interface.

Taiyaki is a Japanese fish-shaped cake. It imitates the shape of the tai, which it is named after. The most common filling is red bean paste that is made from sweetened azuki beans. Other common fillings may be custard, chocolate, cheese, or sweet potato. Wikipedia
Main ingredients: Batter, sweetened azuki beans
Place of origin: Japan

 

Using tags:

Intro

Tags contain coding instructions. Most but not all must finish with an end tag, to prevent an overflow.

Header Tags


<h1>This is a header tag h1 = the largest .</h1>
<h6> Is the smallest font height.</h6>

The close tag </h6> at the end indicates that size font is done with.
The next tag could be a <h3> a smaller font</h3>