-
Between the
<body>
tags, before<div data-montage-id="montageVersion"></div>
, add the following markup:<h1>Temperature Converter</h1> <div data-montage-id="tempConverter"></div>
The data-montage-id
custom data attribute is used to identify elements in the markup whose behavior you want to control. The objects that control these elements are located within the script block in the head
area of the HTML document.