how to add variables information in html code example
Example 1: variables in html
<var>This text will be italicized</var>
Example 2: how to append a variable to html
temp.append('temperature: ' + response.main.temp)
<var>This text will be italicized</var>
temp.append('temperature: ' + response.main.temp)