You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page displays a red box that contains a recipe.
The recipe has two steps, each with a check box. If a box
is checked, the details for that step are hidden. If the
box is not checked, the details are visible.
The details of a step are in a <div> element.
We show or hide the <div> by its
style.display
property.